svnno****@sourc*****
svnno****@sourc*****
2010年 6月 20日 (日) 00:04:12 JST
Revision: 1905
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1905
Author: dhrname
Date: 2010-06-20 00:04:12 +0900 (Sun, 20 Jun 2010)
Log Message:
-----------
SVGTransformListのバグを修正
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-06-19 14:54:51 UTC (rev 1904)
+++ branches/06x/061/org/w3c/dom/svg.js 2010-06-19 15:04:12 UTC (rev 1905)
@@ -1659,7 +1659,7 @@
} else {
var s = this.getItem(0);
for (var i=1,nli=this.numberOfItems;i<nli;++i) {
- s.setMatrix(this.getItem(i))
+ s.setMatrix(this.getItem(i).matrix)
}
this.initialize(s);
return s;