Skip to content

Releases: velipso/polybool

v2.0.11

Choose a tag to compare

@velipso velipso released this 02 Sep 19:42

Bugfix right-hand rule

v2.0.10

Choose a tag to compare

@velipso velipso released this 02 Sep 18:59

Add support for right-hand rule (exterior paths are counter-clockwise, holes are clockwise)

v2.0.9

Choose a tag to compare

@velipso velipso released this 02 Sep 14:01

Handle sorting line/curve better when collinear control points

v2.0.8

Choose a tag to compare

@velipso velipso released this 02 Sep 13:22

Fix buggy receivers (oops)

v2.0.7

Choose a tag to compare

@velipso velipso released this 02 Sep 12:54

Removes extraneous beginPath
Adds shape.rect(x, y, w, h)

v2.0.6

Choose a tag to compare

@velipso velipso released this 01 Sep 14:37

Add transformation matrix to shape.output

v2.0.5

Choose a tag to compare

@velipso velipso released this 01 Sep 13:07

Add transformations to Shape (setTransform, rotate, scale, etc)

v2.0.4

Choose a tag to compare

@velipso velipso released this 31 Aug 16:22

Add support for open paths

v2.0.3

Choose a tag to compare

@velipso velipso released this 30 Aug 15:08

Bug fixes around solveCubic and better line/curve intersection

v2.0.2

Choose a tag to compare

@velipso velipso released this 28 Aug 22:30

Better math for cubic curves (I hope)
Joins curves together during segment chaining