svnno****@sourc*****
svnno****@sourc*****
2011年 10月 14日 (金) 21:53:33 JST
Revision: 3004
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=3004
Author: dhrname
Date: 2011-10-14 21:53:33 +0900 (Fri, 14 Oct 2011)
Log Message:
-----------
SVGViewSpecのプロパティを整理
Modified Paths:
--------------
branches/08x/087/org/w3c/dom/svg.js
Modified: branches/08x/087/org/w3c/dom/svg.js
===================================================================
--- branches/08x/087/org/w3c/dom/svg.js 2011-10-14 12:51:13 UTC (rev 3003)
+++ branches/08x/087/org/w3c/dom/svg.js 2011-10-14 12:53:33 UTC (rev 3004)
@@ -1451,10 +1451,7 @@
SVGFitToViewBox.apply(this, arguments);
/*readonly SVGTransformList*/ this.transform = new SVGTransformList();
/*readonly SVGElement*/ this.viewTarget = ele;
- /*readonly DOMString*/ this.viewBoxString = "";
- /*readonly DOMString*/ this.preserveAspectRatioString = "";
- /*readonly DOMString*/ this.transformString = "";
- /*readonly DOMString*/ this.viewTargetString = "";
+ /*readonly DOMString*/ this.viewBoxString = this.preserveAspectRatioString = this.transformString = this.viewTargetString = "";
return this;
};
SVGViewSpec.constructor = SVGFitToViewBox;