svnno****@sourc*****
svnno****@sourc*****
2010年 5月 22日 (土) 23:52:16 JST
Revision: 1837 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1837 Author: dhrname Date: 2010-05-22 23:52:15 +0900 (Sat, 22 May 2010) Log Message: ----------- Modified Paths: -------------- branches/ufltima/dom/svg.js Modified: branches/ufltima/dom/svg.js =================================================================== --- branches/ufltima/dom/svg.js 2010-05-22 14:51:19 UTC (rev 1836) +++ branches/ufltima/dom/svg.js 2010-05-22 14:52:15 UTC (rev 1837) @@ -488,7 +488,6 @@ SVGLength.prototype.newValueSpecifiedUnits = function (/*unsigned short*/ unitType, /*float*/ valueInSpecifiedUnits) { var n = 1, _s = ""; //nは各単位から利用単位への変換数値。_sは単位の文字列を表す if (unitType === SVGLength.SVG_LENGTHTYPE_NUMBER) { - _s = ""; } else if (unitType === SVGLength.SVG_LENGTHTYPE_PERCENTAGE) { n = this._percent; _s = "%"