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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 10月 5日 (火) 22:54:10 JST


Revision: 2040
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2040
Author:   dhrname
Date:     2010-10-05 22:54:09 +0900 (Tue, 05 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-04 14:22:50 UTC (rev 2039)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-10-05 13:54:09 UTC (rev 2040)
@@ -3527,7 +3527,7 @@
               }
               ++n;
             }
-          } else if ((ti.localName === "tspan") && (ti.namespaceURI === "http://www.w3.org/2000/svg") && ti.firtChild) {
+          } else if ((ti.localName === "tspan") && (ti.namespaceURI === "http://www.w3.org/2000/svg") && ti.firstChild) {
             /*現在のテキスト位置(x,y)の分だけ、tspan要素をずらしておく。
              *さらに、現在のテキスト位置を更新する
              */
@@ -3535,10 +3535,11 @@
               ti._list[j] += x;
               ++j;
               ti._list[j] += y;
+              ++j;
             }
-            x = ti._list[ti._list.length-2];
-            y = ti._list[ti._list.length-1];
-            tar._list.concat(ti._list);
+            x = ti._list[ti._list.length-3];
+            y = ti._list[ti._list.length-2];
+            tar._list = tar._list.concat(ti._list);
             n += ti.getNumberOfChars();
           }
           ti = ti.nextSibling;




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