RectClip doesn't split concave polygons #387
Faydaen796
started this conversation in
General
Replies: 2 comments
-
This isn't a bug, but a current limitation of RectClip. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See followup discussion here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RectClip connects all clipped parts into single polygon. It adds edges along rect border to connect different parts even if these edges don't belong to initial polygon or its border at all.
In the image clipping via
polygon-polygon intersection
would provide three different polygons 1, 2, 3, while RectClip provides single polygon with contour, highlighted by red curve.RectClip overload for multiple polygons also doesn't split any individual polygon in
paths
.Beta Was this translation helpful? Give feedback.
All reactions