This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Version 1.2
This release includes one major change that breaks backwards compatibility: addition of a precision
parameter to _chop
, Polygon.fracture
, Polygon.fillet
, PolygonSet.fracture
, PolygonSet.fillet
, and slice
.
That is beacuse _chop
is now performed in the C extension by the clipper library, which fixed a bug related to issue #23.