svnno****@sourc*****
svnno****@sourc*****
2010年 9月 13日 (月) 23:13:29 JST
Revision: 2001
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2001
Author: dhrname
Date: 2010-09-13 23:13:29 +0900 (Mon, 13 Sep 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/06x/061/org/w3c/dom/svg.js
Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js 2010-09-13 11:18:24 UTC (rev 2000)
+++ branches/06x/061/org/w3c/dom/svg.js 2010-09-13 14:13:29 UTC (rev 2001)
@@ -2480,6 +2480,9 @@
SVGPathElement.constructor = SVGElement;
SVGPathElement.prototype = new SVGElement();
/*float*/ SVGPathElement.prototype.getTotalLength = function() {
+ /*曲線の長さを積分を用いて出力
+ *
+ */
return (this.pathLength.baseVal.value);
};
/*SVGPoint*/ SVGPathElement.prototype.getPointAtLength = function(/*float*/ distance ) {