Does a Javascript library exist which can perform boolean operations on paths (bezier curves)?
I know about Paper.js and Raphael.js, but both cannot perform these actions now.
Paper.js now has boolean operations in its core:
https://github.com/paperjs/paper.js/blob/master/src/path/PathItem.Boolean.js
And here you can see the operations in action:
http://assets.paperjs.org/boolean/
1.4m articles
1.4m replys
5 comments
57.0k users