Description[SVG] Position set by low priority animation is ignored even though it is active
In accordance with SMIL animation sandwich model for multiple animations acting on the same element:
http://www.w3.org/TR/2005/REC-SMIL2-20051213/animation.html#animationNS-AnimationSandwichModel
Once the higher priority animation is completed, the animValue should be the value set by low priority animation if it is still active.
In our case, the value is wrongly set to the baseValue even though there is still an active low priority animation.
Modified the logic for higher priority animation to not clear the value set by low priority animation in such a case.
R=pdr@chromium.org, schenney@chromium.org, fmalita@chromium.org, dschulze@chromium.org
BUG=267074
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155414
Patch Set 1 #
Total comments: 1
Messages
Total messages: 9 (0 generated)
|