-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Self intersecting edges in union #103
Labels
Comments
Another check against polybooljs: Also seems like it avoids the issue. |
This was referenced Jan 7, 2020
Merged
This issue seems fine already on master: Was maybe fixed by #111 already? I can turn it into a test case anyway. |
Pleas do, thank you so much for the help |
Added as a test case in #117 |
This still seems to have some issues with difference operations |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The union of two polygons can produce a polygon with self intersecting edges.
Below are an example of the issue and the code to reproduce this example.
Example
Code to reproduce example
The text was updated successfully, but these errors were encountered: