GSoC/2022/StatusReports/XuChe: Difference between revisions
(Created page with "== Pixel-perfect ellipses == Currently, Krita can't draw pixel-perfect ellipses, this is due to the error introduced by using Bezier curves and straight lines to approximate...") |
No edit summary |
||
Line 12: | Line 12: | ||
Issue tracker: | Issue tracker: | ||
* https://bugs.kde.org/show_bug.cgi?id=387242 | * https://bugs.kde.org/show_bug.cgi?id=387242 | ||
My blog for GSoC: | |||
* https://blog.xuche.ml/ |
Revision as of 13:34, 27 June 2022
Pixel-perfect ellipses
Currently, Krita can't draw pixel-perfect ellipses, this is due to the error introduced by using Bezier curves and straight lines to approximate an ellipse. This project aims to make specialised algorithms that work pixel-perfect for common shapes like ellipses. This project also proposes other improvements for pixel art creation.
Work report
22/06/20: The ellipse algorithm is mainly done but lacks tests and needs improvements.
Links
MRs:
Issue tracker:
My blog for GSoC: