Hi,

I discovered a strange problem in that the player in FireFox mozilla ( 6.0 )
skips the animation value in the 30th frame and the 58th frame
I have a simple animation of toggling a rectangle every 0.5 second. The
duration is set to 50 seconds hence there are 100 frames. The animation is
implemented with animate on display having 100 keyTimes and 100 values
The animation starts by displaying the rectangle and then not displaying the
rectangle. At 30th frame the rectangle is not to be displayed but still it
gets displayed. Same thing is observed at the 58th frame. It means the the
30th and the 58th key frames are skipped.

This is really intriguing, initially I was running the animation with an
interval of 50ms and I though it could be interval problem but even if I
make the interval at 10 second the same problem in observed. If there's
anyone from Mozilla team can he/she look at the issue

Attached is the SVG file used

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "
http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd";>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="
http://www.w3.org/1999/xlink";>
 <script>
  window.onload=function(){
   var doc = document.documentElement ;
    //doc.setCurrentTime(0);
    //doc.pauseAnimations();
    //doc.setCurrentTime(150);
    console.debug(doc.getCurrentTime());
  }
 </script>
 <g>
  <rect width="100%" height="100%" />
    <animate attributeName="display" begin="0" calcMode="discrete"
values="inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none;inherit;none"
keyTimes="0;0.02;0.03;0.04;0.05;0.06;0.06999999999999999;0.08;0.09;0.1;0.11000000000000001;0.12;0.13;0.13999999999999999;0.15;0.16;0.16999999999999998;0.18;0.19;0.2;0.21000000000000002;0.22000000000000003;0.22999999999999998;0.24;0.25;0.26;0.27;0.27999999999999997;0.29;0.3;0.31;0.32;0.32999999999999996;0.33999999999999997;0.35;0.36;0.37;0.38;0.39;0.4;0.41;0.42000000000000004;0.43;0.44000000000000006;0.45;0.45999999999999996;0.47000000000000003;0.48;0.49000000000000005;0.5;0.51;0.52;0.53;0.54;0.55;0.5599999999999999;0.5700000000000001;0.58;0.5900000000000001;0.6;0.61;0.62;0.63;0.64;0.65;0.6599999999999999;0.67;0.6799999999999999;0.6900000000000001;0.7;0.71;0.72;0.73;0.74;0.75;0.76;0.77;0.78;0.79;0.8;0.8099999999999999;0.82;0.8300000000000001;0.8400000000000001;0.85;0.86;0.8699999999999999;0.8800000000000001;0.89;0.9;0.9099999999999999;0.9199999999999999;0.93;0.9400000000000001;0.95;0.96;0.97;0.9800000000000001;0.99;1"
end="Default.end" fill="freeze" dur="50"/>
   </g>
 <!--animate accumulate="none" attributeName="display" begin="0"
calcMode="discrete" dur="5" fill="remove" id="Default" keyTimes="0;1"
repeatCount="1" values="inherit;inherit"/-->
</svg>


- Raks


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



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

-----
To unsubscribe send a message to: [email protected]
-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:
    [email protected] 
    [email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

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

Reply via email to