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
This polygon is not correctly decomposed by SnoeyinkKeil (it's a particular of big.png test image):
big.png
decomp:
poly points:
poly = [32,3, 18,9, 16,9, 17,6, 14,8, 9,4, 9,9, 0,12, 0,15, 12,12, 10,21, 20,15, 29,17, 21,12, 21,10, 32,7, 32,4 /*, 32,3*/];
It could also affect Bayazit, since now it's using Visibility.
Works fine with the original java implementation from Snoeyink it seems, so the problem must be on my side.
The text was updated successfully, but these errors were encountered:
Note to self: check popVisible().
Sorry, something went wrong.
To anyone reading the issue: if you encounter a similar problem please post your findings here, as I'd really like to narrow it down and fix it!
No branches or pull requests
This polygon is not correctly decomposed by SnoeyinkKeil (it's a particular of
big.png
test image):decomp:
poly points:
It could also affect Bayazit, since now it's using Visibility.
Works fine with the original java implementation from Snoeyink it seems, so the problem must be on my side.
The text was updated successfully, but these errors were encountered: