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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 10月 8日 (金) 23:27:47 JST


Revision: 2044
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2044
Author:   dhrname
Date:     2010-10-08 23:27:47 +0900 (Fri, 08 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-08 13:21:36 UTC (rev 2043)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-10-08 14:27:47 UTC (rev 2044)
@@ -3268,10 +3268,8 @@
       for (var i=0, tdli=tar.data.length;i<tdli;++i) {
         var d = document.createElement("div"), dstyle = d.style;
         dstyle.position = "absolute";
-        dstyle.marginLeft = "0px";
-        dstyle.marginTop = "0px";
-        dstyle.paddingTop = "0px";
-        dstyle.paddingLeft = "0px";
+        dstyle.marginLeft = dstyle.marginRight = dstyle.marginTop = "0px";
+        dstyle.paddingTop = dstyle.paddingLeft = "0px";
         dstyle.whiteSpace = "nowrap";
         dstyle.textIndent = "0px";
         d.appendChild(document.createTextNode(tar.data.charAt(i)));




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