[Sie-announce] SIEコード [2665]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 5月 8日 (日) 19:38:19 JST


Revision: 2665
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2665
Author:   dhrname
Date:     2011-05-08 19:38:19 +0900 (Sun, 08 May 2011)

Log Message:
-----------


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

Modified: branches/07x/077/org/w3c/dom/svg.js
===================================================================
--- branches/07x/077/org/w3c/dom/svg.js	2011-05-08 10:36:10 UTC (rev 2664)
+++ branches/07x/077/org/w3c/dom/svg.js	2011-05-08 10:38:19 UTC (rev 2665)
@@ -2970,7 +2970,8 @@
       dat.push(_parseInt(ma*ti.x + mc*ti.y + me, 10));
       dat.push(_parseInt(mb*ti.x + md*ti.y + mf, 10));
     } else if (!isZ[tps]) {
-      dat.push(_parseInt(ma*ti.x + mc*ti.y + me, 10)+ " " +_parseInt(mb*ti.x + md*ti.y + mf, 10));
+      dat.push(_parseInt(ma*ti.x + mc*ti.y + me, 10));
+      dat.push(_parseInt(mb*ti.x + md*ti.y + mf, 10));
     }
   }
   var vi = tar.ownerDocument.documentElement,




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