Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RectClip doesn't split concave polygons #386

Closed
Faydaen796 opened this issue Jan 31, 2023 · 1 comment
Closed

RectClip doesn't split concave polygons #386

Faydaen796 opened this issue Jan 31, 2023 · 1 comment

Comments

@Faydaen796
Copy link

Faydaen796 commented Jan 31, 2023

RectClip

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.

@AngusJohnson
Copy link
Owner

AngusJohnson commented Jan 31, 2023

This isn't a bug, but a current limitation of RectClip.
And it's something I'm working on.

Repository owner locked and limited conversation to collaborators Jan 31, 2023
@AngusJohnson AngusJohnson converted this issue into discussion #387 Jan 31, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants