svnno****@sourc*****
svnno****@sourc*****
2011年 2月 23日 (水) 23:01:42 JST
Revision: 2427
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2427
Author: dhrname
Date: 2011-02-23 23:01:42 +0900 (Wed, 23 Feb 2011)
Log Message:
-----------
チケット #24262「TestSuiteのanimate-elem-30-tで例外処理が発生」を修正
Ticket Links:
:-----------
http://sourceforge.jp/projects/sie/tracker/detail/24262
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-22 13:11:54 UTC (rev 2426)
+++ branches/07x/071/org/w3c/dom/svg.js 2011-02-23 14:01:42 UTC (rev 2427)
@@ -554,6 +554,7 @@
function SVGAnimatedLength() {
/*readonly SVGLength*/ this.animVal;
this.baseVal = new SVGLength();
+ this.baseVal.unitType = 1;
return this;
};
function SVGLengthList() {