[Sie-announce] SIEコード [2840] text要素のかすれるバグを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 8月 1日 (月) 22:08:35 JST


Revision: 2840
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2840
Author:   dhrname
Date:     2011-08-01 22:08:34 +0900 (Mon, 01 Aug 2011)

Log Message:
-----------
text要素のかすれるバグを修正

Modified Paths:
--------------
    branches/08x/082/org/w3c/dom/svg.js

Modified: branches/08x/082/org/w3c/dom/svg.js
===================================================================
--- branches/08x/082/org/w3c/dom/svg.js	2011-07-31 14:15:59 UTC (rev 2839)
+++ branches/08x/082/org/w3c/dom/svg.js	2011-08-01 13:08:34 UTC (rev 2840)
@@ -4202,8 +4202,8 @@
             sty.top = p.y + "px";
             sty.width = "0px";
             sty.height = "0px";
-            sty.marginTop = tar._isYokogaki ? -n+ "px" : "0px";
-            sty.lineHeight = n+ "px";
+            sty.marginTop = tar._isYokogaki ? -n-10+ "px" : "-10px";
+            sty.lineHeight = n+10+ "px";
             ttp.appendChild(ti._tars[ij]);
             sty = p = null;
           }




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