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

@noamr Good news!

I'm writing a tool to convert SVG path to CSS shape(). I have some questions:

SVGs exported by design tools are usually `absolute path`, do we have to convert them to `relative path` before using shape() in order to be responsive?

e.g.

```
M269 0l190.212 78.788L538 269l-78.788 190.212L269 538 78.788 459.212 0 269 78.788 78.788z
```

-- 
GitHub Notification of comment by yisibl
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5618#issuecomment-2590785615 using your GitHub account


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

Received on Tuesday, 14 January 2025 18:22:08 UTC