Bug 36709 - SVG Animation doesn't support inheritance
Summary: SVG Animation doesn't support inheritance
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/2003/REC-SVG11-2...
Keywords:
Depends on:
Blocks: 41761
  Show dependency treegraph
 
Reported: 2010-03-27 12:57 PDT by Dirk Schulze
Modified: 2011-05-28 09:11 PDT (History)
1 user (show)

See Also:


Attachments
Test for propergation of animated values. You should see two green rects. (682 bytes, image/svg+xml)
2010-03-27 12:57 PDT, Dirk Schulze
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2010-03-27 12:57:11 PDT
Created attachment 51840 [details]
Test for propergation of animated values. You should see two green rects.

SVG Animation doesn't support inhertance. This is a possibility to propergate attributes or values from the parent of a target to it's decendant. These values/attributes can be animated as well and need to propergate as well.

The only SVG Viewer which supports inheritans with animateColor correctly is Amaya. See test case.
Comment 1 Dirk Schulze 2011-05-28 09:11:41 PDT
I fixed it several weeks ago. Closing bug now. Two viewers with support of animated, inherited properies. Yeah!