RESOLVED WORKSFORME 18798
Discrete animation of 'fill' with url() not correct
https://bugs.webkit.org/show_bug.cgi?id=18798
Summary Discrete animation of 'fill' with url() not correct
Cameron McCormack (:heycam)
Reported 2008-04-29 02:55:02 PDT
Animating an element's fill using <animate calcMode='discrete'> where the values list includes url() values causes the wrong values to be applied to the property. It seems that if the initial value of the 'fill' (the underlying value) does not have a url() value, then black is used instead of the paint server. If the initial value does have a url() value (which doesn't need to be the same URI reference as the value in the values list), then the animation is a bit strange: the url() value does result in the use of the paint server at that point, but for each subsequent value in the animation, the fill flickers briefly to the correct value but then reverts to using the paint server.
Attachments
Rob Buis
Comment 1 2011-05-25 12:27:25 PDT
Hi Cameron, I think this animation works nowadays ; I couldn't see a difference from how FF and Opera handle it. Cheers, Rob.
Cameron McCormack (:heycam)
Comment 2 2011-05-25 13:42:15 PDT
Looks good now, thanks!
Note You need to log in before you can comment on or make changes to this bug.