svnno****@sourc*****
svnno****@sourc*****
2010年 3月 31日 (水) 23:46:18 JST
Revision: 1771
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1771
Author: dhrname
Date: 2010-03-31 23:46:18 +0900 (Wed, 31 Mar 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/ufltima/dom/svg.js
Modified: branches/ufltima/dom/svg.js
===================================================================
--- branches/ufltima/dom/svg.js 2010-03-31 14:37:21 UTC (rev 1770)
+++ branches/ufltima/dom/svg.js 2010-03-31 14:46:18 UTC (rev 1771)
@@ -1555,14 +1555,14 @@
this.pathSegType = SVGPathSeg.PATHSEG_LINETO_ABS;
this.pathSegTypeAsLetter = "L";
return this;
- };
+};
function SVGPathSegLinetoRel() {
/*float*/ this.x;
/*float*/ this.y;
this.pathSegType = SVGPathSeg.PATHSEG_LINETO_REL;
this.pathSegTypeAsLetter = "l";
return this;
- };
+};
function SVGPathSegCurvetoCubicAbs() {
/*float*/ this.x;
/*float*/ this.y;
@@ -1573,7 +1573,7 @@
this.pathSegType = SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS;
this.pathSegTypeAsLetter = "C";
return this;
- };
+};
function SVGPathSegCurvetoCubicRel() {
/*float*/ this.x;
/*float*/ this.y;