-
Notifications
You must be signed in to change notification settings - Fork 30
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
union does not produce expected result when endpoints of a polygon overlap #77
Comments
This may be related to kuribas/cubicbezier#6 . I know there was another similar example where reversing one of the paths involved caused it to work --- does this example exhibit the same behavior? |
Weird! |
The way paths are converted to be used with What was the reason you switched to the "overlap" version again? |
I didn't switch back to the overlap version. I just figured: see weird behaviour, post weird behaviour. I ended up not using binary operations anyway because of the union of difference bug I hit, and instead went with slicing up my diagram at intersections. |
Absolutely! I just was wondering if there was a need for that particular overlapped form in your workflow. |
In the following code ex4 unexpectedly produces an empty diagram.
The text was updated successfully, but these errors were encountered: