svnno****@sourc*****
svnno****@sourc*****
2010年 3月 22日 (月) 20:26:28 JST
Revision: 1746
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1746
Author: dhrname
Date: 2010-03-22 20:26:28 +0900 (Mon, 22 Mar 2010)
Log Message:
-----------
Modified Paths:
--------------
branches/ufltima/dom/svg.js
Modified: branches/ufltima/dom/svg.js
===================================================================
--- branches/ufltima/dom/svg.js 2010-03-22 11:09:39 UTC (rev 1745)
+++ branches/ufltima/dom/svg.js 2010-03-22 11:26:28 UTC (rev 1746)
@@ -2472,6 +2472,7 @@
SVGColor.apply(this, arguments);
/*readonly unsigned short*/ this.paintType = SVGPaint.SVG_PAINTTYPE_UNKNOWN;
/*readonly DOMString*/ this.uri = null;
+ return this;
};
SVGPaint.constructor = SVGColor;
SVGPaint.prototype = new SVGColor();