typemytype / booleanOperations

Boolean operations on paths
MIT License
38 stars 18 forks source link

simplify handling of invalid zero-area paths #52

Closed anthrotype closed 5 years ago

anthrotype commented 5 years ago

follow up from https://github.com/typemytype/booleanOperations/pull/51

this does the same thing (i.e. ignore invalid paths when they have 0 area, but do include valid 0-area paths e.g. self-intersecting ones), without the need to instantiate a dummy Pyclipper instance.

typemytype commented 5 years ago

simpler! thanks