[csswg-drafts] [css-masking] Specify clipPathUnits for CSS clip-path: path (#5618)

noamr has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-masking] Specify clipPathUnits for CSS clip-path: path ==
Currently when using CSS `clip-path`  `path(...)` 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.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5618 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 14 October 2020 11:18:12 UTC