Some of the shapes I want to draw can be accomplished easily enough with regular CSS polygons, but I want to clip with something like star, crescent moon, teardrop, heart. I would much prefer to build that stuff in Inkscape or something.
@pganssle Figma allows you to draw a shape and then right-click on it and "Copy to SVG". Then you can paste the SVG code anywhere, it will be like a <svg> tag with <path> inside, which can be used for clipping mask?
@pganssle Figma allows you to draw a shape and then right-click on it and "Copy to SVG". Then you can paste the SVG code anywhere, it will be like a <svg> tag with <path> inside, which can be used for clipping mask?