- Fixed issue with self-intersecting contours with zero area being dropped (48, 51, 52). - Fixed error when running pyclipper on an empty list of contours (50, 51).
0.8.1
Removed ufoLib as depedency. Require fonttools >= 3.32.0, which now includes the fontTools.pens.pointPen module, previously imported from ufoLib.
0.8.0
Raise `OpenContourError` (subclass of `BooleanOperationsError`) on open contours.
0.7.1
None
0.7.0
None
0.6.4
Fix issue with `BooleanGlyphDataPointPen` not appending contours. The line was accidentally deleted in a revert commit.