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

Try to Join Polygons #112

Merged
merged 2 commits into from
Feb 20, 2023
Merged

Try to Join Polygons #112

merged 2 commits into from
Feb 20, 2023

Conversation

Dheatly23
Copy link
Contributor

Try to join inner and outer polygon by using common point between them. This does not work with polygons that does not have common points (deep holes), so it is left untouched. Should mostly fix #110.

break
else:
raise RuntimeError(
f'Should not happened {inner_poly} {outer_poly}')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This basically guarantees it will happen at least once

@IdreesInc
Copy link
Owner

From what I can tell, the result looks good to me and fixes the issues I saw. Thank you once again for your continued work on this!

@IdreesInc IdreesInc closed this Feb 20, 2023
@IdreesInc IdreesInc reopened this Feb 20, 2023
@IdreesInc IdreesInc merged commit c3be007 into IdreesInc:main Feb 20, 2023
@Dheatly23 Dheatly23 deleted the test-join-polygon branch February 22, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.otf build has some characters with missing holes
2 participants