svnno****@sourc*****
svnno****@sourc*****
2011年 2月 25日 (金) 22:28:32 JST
Revision: 2433 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2433 Author: dhrname Date: 2011-02-25 22:28:32 +0900 (Fri, 25 Feb 2011) Log Message: ----------- Modified Paths: -------------- branches/07x/071/org/w3c/dom/svg.js Modified: branches/07x/071/org/w3c/dom/svg.js =================================================================== --- branches/07x/071/org/w3c/dom/svg.js 2011-02-25 13:27:29 UTC (rev 2432) +++ branches/07x/071/org/w3c/dom/svg.js 2011-02-25 13:28:32 UTC (rev 2433) @@ -3530,6 +3530,7 @@ /*float*/ SVGTextContentElement.prototype.getComputedTextLength = function() { var l = this.textLength.baseVal; if ((l.value === 0) && (this.getNumberOfChars() > 0)) { + /*何も設定されていない場合のみ、初期化を行う*/ l.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_NUMBER, this.getSubStringLength(0, this.getNumberOfChars())); } l = null;