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

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2010年 10月 7日 (木) 23:05:59 JST


Revision: 2042
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2042
Author:   dhrname
Date:     2010-10-07 23:05:59 +0900 (Thu, 07 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-07 10:15:02 UTC (rev 2041)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-10-07 14:05:59 UTC (rev 2042)
@@ -3636,17 +3636,17 @@
             sty.height = "0px";
             sty.marginTop = tar._isYokogaki ? -n+ "px" : "0px";
             sty.lineHeight = n+ "px";
-            tar._tar.appendChild(ti._tars[ij]);
+            ttp.appendChild(ti._tars[ij]);
             sty = p = null;
           }
           if (!!ti.data) {
             if ((ti.data.length+j) <= i+1) {
-              j = j + i + 1;
+              j = j + ti.data.length;
               ti = ti.nextSibling;
             }
           } else if (!!ti.getNumberOfChars) {
               if ((ti.getNumberOfChars()+j) <= i+1) {
-                j = j + i + 1;
+                j = j + ti.getNumberOfChars();
                 ti = ti.nextSibling;
               }
           }




Sie-announce メーリングリストの案内
Zurück zum Archiv-Index