Hello Team,
I hope this email finds you well. I am currently working with Paper.js and have encountered an issue that I would appreciate your guidance on.
When using the unite operation on two paths in the Paper.js Sketch website, the operation works as expected. However, when I implement the same code in my project, the result is not as anticipated.
Specifically, the unite operation results in an empty path, with no path data in the output.
I am trying to debug the behavior of this operation and would like to understand what might be going wrong.
Could you please advise on how I can debug or trace the unite operation to identify the root cause of the issue? I am not able to debug the paper.js unite function since it is library internal function and debug control does not pass inside the function.
Any insights or suggestions on how to approach this problem would be greatly appreciated.
For more insight here is the link to Paper.js sketch