Hi All,

The following simple animation does not run correctly in Chrome even though
it runs as expected in Opera and Firefox 4.0
I expect the circle to vanish after the duration of 10 second but does not
seem to happen so, in Chrome

Another surprising thing is that if the last value of keyTimes is changed to
0.9999 the animation works as expected

Is this BUG already known because it is too basic to believe that it exists
in Chrome

<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink"; height="100%" width="100%"
viewBox="0 0 1500 1400">
<circle cx="100" cy="100" r="100" stroke-width="1" fill="#fad806"
stroke="#1c7d18">
<animate attributeName='display' begin="0" dur="10s" calcMode="discrete"
values="none;inline;none" fill="freeze" keyTimes="0;0.4;1"/>
</circle>
</svg>

- Rakesh


[Non-text portions of this message have been removed]



------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to