ericwilligers / svg-animation

Implement SVG animation in JavaScript using Web Animations
Apache License 2.0
120 stars 20 forks source link

Cascading style behavior for style elements. #23

Closed ewilligers closed 10 years ago

ewilligers commented 10 years ago

When an element is defined in 'defs', style rules cascade into the defs subtree.

Where a use element has inherited style rules, these are applied, but if cascaded style rules apply at the point where the used element is defined, those rules take priority over the inherited rules.