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
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: