Bug 485557 - Overlap bug in Krita
Summary: Overlap bug in Krita
Status: RESOLVED NOT A BUG
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-14 18:23 UTC by emanuel.21052
Modified: 2024-05-02 10:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot showing the bug (6.84 KB, image/webp)
2024-04-14 18:23 UTC, emanuel.21052
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emanuel.21052 2024-04-14 18:23:32 UTC
Created attachment 168519 [details]
Screenshot showing the bug

Hi, I'd like to report an overlap bug that occurs when using the bezier curve tool in Krita, the image I've uploaded shows a test I was doing with the tool when I noticed the bug
Comment 1 Deif Lou 2024-05-02 10:28:46 UTC
This is not a bug. Traditionally vector graphics have 2 ways of filling the shapes: one leaves holes (what krita does now) [https://en.wikipedia.org/wiki/Even%E2%80%93odd_rule] and the other fills everything [https://en.wikipedia.org/wiki/Nonzero-rule].

More info:
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule
https://stackoverflow.com/questions/46017839/how-does-fill-rule-evenodd-work-on-a-star-svg
https://www.sitepoint.com/understanding-svg-fill-rule-property/

I'll mark this as "not a bug". What you should do is opening a feature request in krita-artists, requesting the addition of an option to change the fill rule used by the shape.