svnno****@sourc*****
svnno****@sourc*****
2011年 11月 2日 (水) 22:32:23 JST
Revision: 3056 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3056 Author: dhrname Date: 2011-11-02 22:32:23 +0900 (Wed, 02 Nov 2011) Log Message: ----------- font-styleプロパティとfont-weightプロパティの修正 Modified Paths: -------------- branches/08x/088/org/w3c/dom/svg.js Modified: branches/08x/088/org/w3c/dom/svg.js =================================================================== --- branches/08x/088/org/w3c/dom/svg.js 2011-11-02 13:30:52 UTC (rev 3055) +++ branches/08x/088/org/w3c/dom/svg.js 2011-11-02 13:32:23 UTC (rev 3056) @@ -4183,6 +4183,8 @@ ttps.cssText = style.cssText; ttps.fontSize = n + "px"; ttps.fontFamily = style.getPropertyValue("font-family"); + ttps.fontStyle = style.getPropertyValue("font-style"); + ttps.fontWeight = style.getPropertyValue("font-weight"); /*ここでの変数jは前回ノードまでの総文字数*/ for (var i=0, j=0, tli=tar.getNumberOfChars();i<tli;++i) { if (ti) {