[Sie-announce] SIEコード [2060] アニメーションを繰り返させるための処理を追加

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2010年 10月 15日 (金) 23:30:45 JST


Revision: 2060
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2060
Author:   dhrname
Date:     2010-10-15 23:30:45 +0900 (Fri, 15 Oct 2010)

Log Message:
-----------
アニメーションを繰り返させるための処理を追加

Modified Paths:
--------------
    branches/06x/061/org/w3c/dom/svg.js

Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js	2010-10-15 13:26:26 UTC (rev 2059)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-10-15 14:30:45 UTC (rev 2060)
@@ -4596,6 +4596,7 @@
           if (nci._end) {
             if (nci._end <= s && nci.getCurrentTime() !== 0) {
               nci.endElement();
+              nci._currentFrame = 0;
               nci._end = null;
             }
           }




Sie-announce メーリングリストの案内
アーカイブの一覧に戻る