Replies: 1 comment
-
Hi, I did it like this. The area in the clip would be the part visible.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand how clipping is supposed to work, but I am struggling to actually use it programatically. I have an SvgEllipse (a simple circle) and several SvgRectangles. I only want to render the parts of the rectangles that are within the circle.
I know I need to use the circle to clip the rectangles (presumably with an SvgClipPath?) but can't figure out how to actually set that in my code. Any assistance would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions