I'm trying to cut multiple, overlapping paths from one rectangle.
Initially I tried to combine all of these paths, but because the paths overlap, I get undesirable path combinations (with many undesired gaps etc.)
I want to effectively invert the grass at the bottom of the image so that the block shape acts like a stencil of the grass, all in a single path.
The output would be similar to the attached file cut_paths_transparent.png (I created this by exporting with the grass a white, and then making the colour white be transparent. However, I'd prefer not to have to do this).
How can I cut away these multiple blades of grass and be left with a stencil of the grass?
Thank you.