Multiple Dividing a Path/Shape into multiple parts in PaperJS. Solution.
Problem. I had a shape, say a paper.js Circle that I wanted to divide into multiple parts, based on cut marks. Cut marks are basically lines which overlap the shape. The following is an example. Once I split the shapes they should look like the following.
Read the Article