svnno****@sourc*****
svnno****@sourc*****
2010年 4月 21日 (水) 21:05:38 JST
Revision: 1799 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1799 Author: dhrname Date: 2010-04-21 21:05:37 +0900 (Wed, 21 Apr 2010) Log Message: ----------- getSubStringLengthメソッドにおいて、CTMの適用を除外した Modified Paths: -------------- branches/ufltima/dom/svg.js Modified: branches/ufltima/dom/svg.js =================================================================== --- branches/ufltima/dom/svg.js 2010-04-20 14:00:56 UTC (rev 1798) +++ branches/ufltima/dom/svg.js 2010-04-21 12:05:37 UTC (rev 1799) @@ -2696,8 +2696,6 @@ } t = t.nextSibling; } - //CTMの行列式の2乗を掛け合わせることにより、sの長さにCTMを組み入れる - s = s * Math.sqrt( Math.abs((this.getScreenCTM()).determinant()) ); return s; } /*SVGPoint*/ SVGTextContentElement.prototype.getStartPositionOfChar = function (/*unsigned long*/ charnum ) {