I’m looking to clip the top of Column
in a semi-circle arc shape like this:
The Column
is the whitespace which will contain center-aligned Text
s, and it’s lying on top of an Image
. I started down a path of playing with Modifier.drawBehind
containing a rect and circle with BlendMode
s, but I had some difficulties rendering those shapes. Does anyone have any thoughts on how to achieve this?