Skip to content
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

Boolean exclude operations fail for equal shapes overlapping at a 45 degree offset #1419

Closed
edwinvanrijkom opened this issue Dec 4, 2017 · 1 comment

Comments

@edwinvanrijkom
Copy link

Description/Steps to reproduce

When drawing 2 equally big circles, overlapping, offset from each other at a 45 degree angle:

image

then the result of running exclude between the two circles is incorrect:

image

Link to reproduction test-case

Sketch

Expected result

A correct exclusion between the two circles:

image

Additional information

Please note that a correct exclusion result is returned when (a) the two shapes aren't exactly alike (changing one radius to 51, for example) or (b) when the shapes aren't at an exact 45 degree angle (as outlined in the test-case)

@lehni
Copy link
Member

lehni commented Jun 22, 2019

This bug was fixed by 3ff5560, as can be seen here.

@lehni lehni closed this as completed in ef8ba35 Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants