[Sie-announce] SIEコード [2591] SVGAnimateElementのvar文を整理

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 4月 15日 (金) 23:29:51 JST


Revision: 2591
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2591
Author:   dhrname
Date:     2011-04-15 23:29:51 +0900 (Fri, 15 Apr 2011)

Log Message:
-----------
SVGAnimateElementのvar文を整理

Modified Paths:
--------------
    branches/07x/075/org/w3c/dom/svg.js

Modified: branches/07x/075/org/w3c/dom/svg.js
===================================================================
--- branches/07x/075/org/w3c/dom/svg.js	2011-04-15 11:51:33 UTC (rev 2590)
+++ branches/07x/075/org/w3c/dom/svg.js	2011-04-15 14:29:51 UTC (rev 2591)
@@ -5109,7 +5109,10 @@
     }
     var tar = evt.target;
     tar.addEventListener("DOMNodeInsertedIntoDocument", function(evt){
-      var tar = evt.target, attrName = tar.getAttributeNS(null, "attributeName"),ttr = tar.targetElement, tta = ttr[attrName];
+      var tar = evt.target,
+          attrName = tar.getAttributeNS(null, "attributeName"),
+          ttr = tar.targetElement,
+          tta = ttr[attrName];
       /*tar.valuesのリスト: ex. ["12px", "13px"]を、次のように機械に理解できるよう変換して、tar._valueListに格納
        *[(new SVGPoint()), (new SVGPoint())]
        *この_valueListプロパティはアニメの際に使うので、_valuesプロパティはアニメ中に使わない




Sie-announce メーリングリストの案内
Back to archive index