Re: [csswg-drafts] [css-shapes-2] The new definition of '<basic-shape>' should include 'path()' (#4270)

I would be ideal if these properties and `d` all used the same path function. I would like to be able to animate a number of these properties through one custom property animation - https://github.com/w3c/css-houdini-drafts/issues/820 .

Among the options are

1. Simply noting in the definition that `fill-rule` is not permitted in `d` and `offset-path`

2. an explicit `fill-rule` in `d` overrides the [fill-rule](https://svgwg.org/svg2-draft/painting.html#FillRuleProperty) property for that path

3. `fill-rule` is not permitted in `d`, and has no effect in `offset-path`

4. `fill-rule` has no effect in `d` and `offset-path`, and is omitted during their serialization.




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

Received on Tuesday, 3 September 2019 23:29:31 UTC