svnno****@sourc*****
svnno****@sourc*****
2009年 9月 17日 (木) 22:51:29 JST
Revision: 1266
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1266
Author: dhrname
Date: 2009-09-17 22:51:29 +0900 (Thu, 17 Sep 2009)
Log Message:
-----------
Modified Paths:
--------------
branches/DOM/org/w3c/dom/svg.js
Modified: branches/DOM/org/w3c/dom/svg.js
===================================================================
--- branches/DOM/org/w3c/dom/svg.js 2009-09-17 13:48:27 UTC (rev 1265)
+++ branches/DOM/org/w3c/dom/svg.js 2009-09-17 13:51:29 UTC (rev 1266)
@@ -1650,13 +1650,12 @@
}
/*interface SVGLocatable*/
-/*SVGRect*/ SVGElement.prototype.getBBox ( );
-/*SVGMatrix*/ SVGElement.prototype.getCTM ( );
-/*SVGMatrix*/ SVGElement.prototype.getScreenCTM ( );
-/*SVGMatrix*/ SVGElement.prototype.getTransformToElement ( in SVGElement element )
- raises( SVGException );
- };
- };
+/*SVGRect*/ SVGElement.prototype.getBBox = function(){};
+/*SVGMatrix*/ SVGElement.prototype.getCTM = function(){};
+/*SVGMatrix*/ SVGElement.prototype.getScreenCTM = function(){};
+/*SVGMatrix*/ SVGElement.prototype.getTransformToElement = function(/*SVGElement*/ element ){
+
+}
/*SVGLengthクラス
*長さを設定する(単位pxに統一する方便として使う)
*valueInSpecifiedUnitsプロパティはpxに統一する前の数値。valueプロパティはpxに統一した後の数値
@@ -1974,19 +1973,7 @@
this.tar.setAttribute("href",uri);
}
} catch(e) {stlog.add(e,17155);}
-} interface SVGCSSRule : css::CSSRule {
- // Additional CSS RuleType to support ICC color specifications
- const unsigned short COLOR_PROFILE_RULE = 7;
- };
- interface SVGRenderingIntent {
- // Rendering Intent Types
- const unsigned short RENDERING_INTENT_UNKNOWN = 0;
- const unsigned short RENDERING_INTENT_AUTO = 1;
- const unsigned short RENDERING_INTENT_PERCEPTUAL = 2;
- const unsigned short RENDERING_INTENT_RELATIVE_COLORIMETRIC = 3;
- const unsigned short RENDERING_INTENT_SATURATION = 4;
- const unsigned short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
- };
+}
interface SVGDocument :
Document,
events::DocumentEvent {