Animating a svg, with a mask, I am having trouble clipping outside of the svg
问题 I have a simple svg with two grouped paths that is a shape of a tshirt. I have created a mask with a circle with the fill color red, I am animating that mask into from the bottom of one path to the top. You can see it running on codepen. The part where I am stuck is how do I clip everything outside the tshirt with a stroke so you can only see the masked path animate inside. thanks ahead of time here is the code pen https://codepen.io/wispyco/pen/abvweMp #svg { width: 100px; margin: 0 auto;