[Sie-announce] SIEコード [2707] SVGAnimateElementのコメントをわかりやすいように編集

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 5月 26日 (木) 22:28:32 JST


Revision: 2707
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2707
Author:   dhrname
Date:     2011-05-26 22:28:32 +0900 (Thu, 26 May 2011)

Log Message:
-----------
SVGAnimateElementのコメントをわかりやすいように編集

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

Modified: branches/07x/078/org/w3c/dom/svg.js
===================================================================
--- branches/07x/078/org/w3c/dom/svg.js	2011-05-26 13:03:12 UTC (rev 2706)
+++ branches/07x/078/org/w3c/dom/svg.js	2011-05-26 13:28:32 UTC (rev 2707)
@@ -5182,9 +5182,10 @@
           attrName = tar.getAttributeNS(null, "attributeName"),
           ttr = tar.targetElement,
           tta = ttr[attrName];
-      /*tar.valuesのリスト: ex. ["12px", "13px"]を、次のように機械に理解できるよう変換して、tar._valueListに格納
-       *[(new SVGPoint()), (new SVGPoint())]
-       *この_valueListプロパティはアニメの際に使うので、_valuesプロパティはアニメ中に使わない
+      /*tar.valuesのリスト:  ["12px", "13px"]
+       *tar._valueList:   [(new SVGPoint()), (new SVGPoint())]
+       *  tar.valuesを機械が理解できるように変換したものがtar._valueList
+       *この_valueListプロパティはアニメの際に使うので、_valuesプロパティはアニメ中に使わないことに注意
        */
       var vi = ttr.cloneNode(false);
       if (!tar._values[0]) {




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