svnno****@sourc*****
svnno****@sourc*****
2010年 5月 18日 (火) 23:17:34 JST
Revision: 1832
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1832
Author: dhrname
Date: 2010-05-18 23:17:34 +0900 (Tue, 18 May 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/ufltima/dom/svg.js
Modified: branches/ufltima/dom/svg.js
===================================================================
--- branches/ufltima/dom/svg.js 2010-05-18 14:16:29 UTC (rev 1831)
+++ branches/ufltima/dom/svg.js 2010-05-18 14:17:34 UTC (rev 1832)
@@ -2782,6 +2782,7 @@
dstyle.paddingTop = "0px";
dstyle.paddingLeft = "0px";
dstyle.whiteSpace = "nowrap";
+ dstyle.textIndent = "0px";
d.appendChild(document.createTextNode(tar.data.charAt(i)));
tar._tar[tar._tar.length] = d;
}
@@ -3057,7 +3058,6 @@
style.height = "0px";
style.marginTop = tar._isYokogaki ? -n+ "px" : "0px";
style.lineHeight = n+ "px";
- style.textIndent = n/10+ "px";
tar._tar.appendChild(ti._tar[i]);
}
if (!!ti.data) {