Re: [svgwg] [svg-native] How should currentColor be handled? (#678)

`color` is an inherited property. Even if specified as attribute on a ancestor element it inherits its value down to the element using `currentColor`.

To the `<use>` element: Not necessarily if you keep in mind how the element behaves. The referenced element is part of the use-elements subtree. So while processing the use-element you keep up building your "render tree". Of course it depends on the actual implementation. I am not a fan of support use in SVG Naitve.

-- 
GitHub Notification of comment by dirkschulze
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/678#issuecomment-484767329 using your GitHub account

Received on Friday, 19 April 2019 04:54:15 UTC