Re: [csswg-drafts] [css-transforms-1] Clarify behavior for gradientTransform and patternTransform

I wrote a simple test here: https://codepen.io/krit/pen/zppKNN

It seems like Chrome Canary already supports the CSS transform property on patterns and gradients. (Requires detailed testing to be sure.)

The important observation:
* The `transform` and `gradientTransform` presentation attributes do not apply to the `pattern` element.
* The `transform` and `patternTransform` presentation attributes do not apply to the gradient elements.

I think that this makes sense. Should still be defined in the presentation attribute and content model of SVG2 and not in this specification. This specification should just map those attributes to the `transform` property and it does.

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

Received on Monday, 8 January 2018 08:06:17 UTC