Bug 36729
Summary: | SVG wrong Animation on 'to' or 'by' and missing 'from' | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | robin.qiu, robin.webkit, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 36704, 52982, 84968, 85051, 85071 | ||
Bug Blocks: | 41761 |
Dirk Schulze
The handling of missing 'from' is partly wrong. It often takes the standard values and not current or previous value af an attribute. Comments in the code talk about handling missing 'form' during animation, but this doesn't happen. This causes problems on Path, Color or Points-animations. Try to add tests later.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Schulze
Color got fixed. Working on Path fix right now.
Nikolas Zimmermann
I have a complete fix for all primitives, to correctly use either the previous value or the empty value (which has special meanings for eg. transforms: zero matrix needs to be used, not identity, etc.).
Nikolas Zimmermann
Bug can be closed, its all fixed.