You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when using CSS clip-pathpath(...) as a value, it's assumed to be in pixel coordinates rather than in relative coordinates. In SVG, that's handled by clipPathUnits attribute of clipPath. However, there is no current way to specify that for CSS clip-path: path(...). This creates a situation where many scalable paths require using an SVG ref instead of the path syntax.
stof, jonjohnjohnson, fmeyertoens, myakura and yisibl