Closed anthrotype closed 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.
simpler! thanks
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.