We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found this while using commit 09c531c
PathsD paths; PathD v1; v1.push_back(PointD(0, 0)); v1.push_back(PointD(20, 10)); v1.push_back(PointD(0, 10)); paths.push_back(v1); PathD v2; v2.push_back(PointD(10, 0)); v2.push_back(PointD(20, 10)); v2.push_back(PointD(10, 10)); paths.push_back(v2); PathsD solution = Union(paths, FillRule::NonZero);
When mirrored vertically, Union produces the correct output.
The text was updated successfully, but these errors were encountered:
Thanks again Brian. I've verified this bug and will have a fix uploaded shortly (today).
Sorry, something went wrong.
Fixed significant bug in non-horizontal polygon merging (#381)
3742404
Fixed wrong version no. in CMake (#380)
Hopefully fixed now.
improved exception handling C++ (#382)
9c26d55
minor improvements to polygon merging (#381)
No branches or pull requests
Found this while using commit 09c531c
When mirrored vertically, Union produces the correct output.
The text was updated successfully, but these errors were encountered: