Skip to content

v0.4.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@pearcetm pearcetm released this 03 Jul 16:19
· 8 commits to main since this release

This release adds a fix for paper.js boolean operations (e.g. unite, intersect, subtract) that occur when coordinate values are large (>= 2^14 i.e. 16384) due to floating point rounding of the necessary epsilon values for performing the calculations.