New issue 102998 by atodo...@packetscale.com: SVG animation flickering
http://code.google.com/p/chromium/issues/detail?id=102998
Chrome Version : 15.0.874.106 m
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5: FAIL
Firefox 4.x:
IE 7/8/9:
Firefox 7.0.1: OK
What steps will reproduce the problem?
1. open HTML file in the attached zip
2. Jusst look the progress of the bar
What is the expected result?
Animated bar progress in 30 steps then start from beginning
What happens instead?
after few animations the bar becomes buggy:
- aninmate to next level but not freeze at it (the value of width is
= 'from' value instead of 'to' value)
- start animating from 1 step before current expected
Please provide any additional information below. Attach a screenshot if
possible.
It is working fine on Firefox 7.0.1 and Linux Chromium 14.0.835.202 on
Ubuntu 11.10 (developer build 103287)
It fail on Safari 5.1.1 (windows) so probably it is WebKit bug.
Looking the element width in developer tools it is clear that animation is
stoppped at 'from' field instead at 'to' field, sometimes the value of
width is x.xxxxxxx-xxxe instead of desired integer.
Similar misbehaviour is detected on animateColor element but it is hard to
create visible proof. (Probably writing javascript to check the actual with
expected value...)
Attachments:
svgAnimateTest.zip 627 bytes
also in latest stable - 15.0.874.120 m