Hi,

I've found this bug on a pretty innocuous looking svg. All this does is
make a circle on and off
I have two such blocks one with a begin time of 0s and another of begin
3.9s. Rest all of the things being same the behaviour is still different in
that for 0s the freeze behaviour is correct and as expected whereas for
begin 3.9s the fill=freeze behaviour is not correct.

Pretty strange and shocking too ? Can any one try and see if this indeed a
bug ? I have pasted the code below
I tried this on Google Chrome 17.0.963.46

- Raks


<?xml version="1.0" encoding="UTF-8"?>
<svg display="inherit" version="1.1" xml:space="preserve" xmlns="
http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:ev="http://www.w3.org/2001/xml-events";>
    <g display="none">
        <animate attributeName="display" begin="0" calcMode="discrete"
dur="0.8" fill="freeze" end="0.8" keyTimes="0;0.25;0.75;1.0"
values="inherit;none;inherit;none"/>
        <circle cx="215" cy="120" r="20" fill="#ff0000"/>
        <circle cx="715" cy="620" r="20" fill="#00f0f0"/>
    </g>

    <g display="none">
        <animate attributeName="display" begin="3.9" calcMode="discrete"
dur="0.8" end="4.7" fill="freeze" keyTimes="0;0.25;0.75;1.0"
values="inherit;none;inherit;none"/>
        <circle cx="415" cy="120" r="20" fill="#ff0000"/>
        <circle cx="615" cy="620" r="20" fill="#00f0f0"/>
    </g>
</svg>


[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