svnno****@sourc*****
svnno****@sourc*****
2011年 10月 23日 (日) 18:06:02 JST
Revision: 3026 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3026 Author: dhrname Date: 2011-10-23 18:06:02 +0900 (Sun, 23 Oct 2011) Log Message: ----------- SVGPatternElementの変数にスペルミスがあったので修正 Modified Paths: -------------- branches/08x/sie.js Modified: branches/08x/sie.js =================================================================== --- branches/08x/sie.js 2011-10-22 09:55:33 UTC (rev 3025) +++ branches/08x/sie.js 2011-10-23 09:06:02 UTC (rev 3026) @@ -7017,7 +7017,7 @@ /*readonly SVGAnimatedEnumeration*/ this.patternContentUnits = new SVGAnimatedEnumeration(); /*readonly SVGAnimatedTransformList*/ this.patternTransform = new SVGAnimatedTransformList(); /*readonly SVGAnimatedLength*/ this.x = new sl(); - /*readonly SVGAnimatedLength*/ this.y = new al(); + /*readonly SVGAnimatedLength*/ this.y = new sl(); /*readonly SVGAnimatedLength*/ this.width = new sl(); /*readonly SVGAnimatedLength*/ this.height = new sl(); sl = void 0;