You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, that's sort of by design, or more precisely a byproduct of the way the algorithm works. Changing this would be a pretty major project which I don't have the time to embark on. I don't expect this to change unless you or someone else feels adventurous and implements a different behavior.
nical
changed the title
Internal vertices not eliminated with FillRule::NonZero
Eliminate internal vertices with FillRule::NonZeroJun 19, 2023
Given the following example:
The output is:
The tessellations look like this:
I would expect the first, self-intersecting one, to be comparable to the second one, where only the outline is in the path.
The text was updated successfully, but these errors were encountered: