Bug 41203 - SVG: script should modify DOM animation
Summary: SVG: script should modify DOM animation
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://honte.eu/temp/scriptDOMbug.svg
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2010-06-25 02:26 PDT by jay
Modified: 2010-06-25 14:08 PDT (History)
2 users (show)

See Also:


Attachments
testcase (1.17 KB, image/svg+xml)
2010-06-25 02:26 PDT, jay
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jay 2010-06-25 02:26:31 PDT
Created attachment 59744 [details]
testcase

SVG 1.1
19.3 Animation using the SVG DOM

states:
If scripts are modifying the same attributes or properties that are being
animated by SVG's animation elements, the scripts modify the base value for the
animation. If a base value is modified while an animation element is animating
the corresponding attribute or property, the animations are required to adjust
dynamically to the new base value.

No testcase is currently linked, 
Please find attached a proposed testcase.
Comment 1 jay 2010-06-25 14:08:00 PDT
<set> and fill="freeze" prevent script from ever having effect

my misunderstanding