I'm trying to figure out how to construct a path with a "cutout" in it the middle of it. In other graphics frameworks, I've done this by reversing the winding order nested shapes, and/or using different fill rules with nested rectangles/shapes to achieve that effect. But I'm not seeing where I can do that. drawPath style only takes Fill, no parameters to tweak the fill rule (I thought it would be like the Stroke style that takes a width). What's the secret sauce here? What I'm trying to accomplish is a drawWithContent modifier that draws a "skrim" over my content, but with a RoundRect "hole" in the middle