Hi,
I am trying to do a clipping mask operation between two shapes. I found more or less a solution with toxiclib' PolygonClipper function. It clips one polygon with the other, pretty straight forward. Unfortunately I need to upload svg files from illustrator and the only method I know is to do it with PShapes. In this process I am a bit stuck as I am converting PShapes to Polygon2D of toxiclibs. Can you help me perform this conversion? Or any other methods of doing the clipping mask or importing svg files using an other method could be helpful too.
Thank you very much.