Releases: velipso/polybool
Releases · velipso/polybool
v2.0.11
v2.0.10
Add support for right-hand rule (exterior paths are counter-clockwise, holes are clockwise)
v2.0.9
Handle sorting line/curve better when collinear control points
v2.0.8
Fix buggy receivers (oops)
v2.0.7
Removes extraneous beginPath
Adds shape.rect(x, y, w, h)
v2.0.6
Add transformation matrix to shape.output
v2.0.5
Add transformations to Shape (setTransform, rotate, scale, etc)
v2.0.4
Add support for open paths
v2.0.3
Bug fixes around solveCubic
and better line/curve intersection
v2.0.2
Better math for cubic curves (I hope)
Joins curves together during segment chaining