I have an svg that I want to draw, but I don’t want to draw the entire thing.
I know I can reduce the clipping rect, or set a list of rects. But is there any way to have a non rectangular clipping area? Or is there a way to clip the vectors from the svg before drawing?