GSoC/2022/StatusReports/XuChe: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
22/06/20: | 22/06/20: | ||
The ellipse algorithm is mainly done but lacks tests and needs improvements. | The ellipse algorithm is mainly done but lacks tests and needs improvements. | ||
22/07/25: | |||
The most updates before midterm evaluation are in my blog here: https://blog.xuche.ml/post/gsoc-update-draw-ellipses-in-krita/ | |||
== Links == | == Links == |
Revision as of 12:45, 25 July 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.
22/07/25: The most updates before midterm evaluation are in my blog here: https://blog.xuche.ml/post/gsoc-update-draw-ellipses-in-krita/
Links
MRs:
Issue tracker:
My blog for GSoC: