[Sie-announce] SIEコード [1289] filter関連のオブジェクトを削除

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 9月 26日 (土) 23:05:22 JST


Revision: 1289
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1289
Author:   dhrname
Date:     2009-09-26 23:05:22 +0900 (Sat, 26 Sep 2009)

Log Message:
-----------
filter関連のオブジェクトを削除

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-26 14:00:48 UTC (rev 1288)
+++ branches/DOM/org/w3c/dom/svg.js	2009-09-26 14:05:22 UTC (rev 1289)
@@ -3380,166 +3380,12 @@
   /*readonly SVGAnimatedEnumeration*/ mode;
   };
 
-function SVGFEColorMatrixElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-    // Color Matrix Types
-  /*unsigned short*/ SVG_FECOLORMATRIX_TYPE_UNKNOWN          = 0;
-  /*unsigned short*/ SVG_FECOLORMATRIX_TYPE_MATRIX           = 1;
-  /*unsigned short*/ SVG_FECOLORMATRIX_TYPE_SATURATE         = 2;
-  /*unsigned short*/ SVG_FECOLORMATRIX_TYPE_HUEROTATE        = 3;
-  /*unsigned short*/ SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4;
-  /*readonly SVGAnimatedString*/      in1;
-  /*readonly SVGAnimatedEnumeration*/ type;
-  /*readonly SVGAnimatedNumberList*/  values;
-  };
-
 function SVGFEComponentTransferElement : 
                 SVGElement,
                 SVGFilterPrimitiveStandardAttributes { 
   SVGElement.apply(this, arguments);
   /*readonly SVGAnimatedString*/ in1;
   };
-function SVGComponentTransferFunctionElement : SVGElement { 
-  SVGElement.apply(this, arguments);
-    // Component Transfer Types
-  /*unsigned short*/ SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN  = 0;
-  /*unsigned short*/ SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1;
-  /*unsigned short*/ SVG_FECOMPONENTTRANSFER_TYPE_TABLE    = 2;
-  /*unsigned short*/ SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE    = 3;
-  /*unsigned short*/ SVG_FECOMPONENTTRANSFER_TYPE_LINEAR   = 4;
-  /*unsigned short*/ SVG_FECOMPONENTTRANSFER_TYPE_GAMMA    = 5;
-  /*readonly SVGAnimatedEnumeration*/ type;
-  /*readonly SVGAnimatedNumberList*/  tableValues;
-  /*readonly SVGAnimatedNumber*/      slope;
-  /*readonly SVGAnimatedNumber*/      intercept;
-  /*readonly SVGAnimatedNumber*/     amplitude;
-  /*readonly SVGAnimatedNumber*/     exponent;
-  /*readonly SVGAnimatedNumber*/     offset;
-  };
-
-function SVGFEFuncRElement : SVGComponentTransferFunctionElement {
-  SVGElement.apply(this, arguments);
-};
-SVGColorProfileElement.constructor = SVGElement;
-SVGColorProfileElement.prototype = new SVGElement();
-
-function SVGFEFuncGElement : SVGComponentTransferFunctionElement {
-  SVGElement.apply(this, arguments);
-};
-SVGColorProfileElement.constructor = SVGElement;
-SVGColorProfileElement.prototype = new SVGElement();
-
-function SVGFEFuncBElement : SVGComponentTransferFunctionElement {
-  SVGElement.apply(this, arguments);
-};
-SVGColorProfileElement.constructor = SVGElement;
-SVGColorProfileElement.prototype = new SVGElement();
-
-function SVGFEFuncAElement : SVGComponentTransferFunctionElement {
-  SVGElement.apply(this, arguments);
-};
-SVGColorProfileElement.constructor = SVGElement;
-SVGColorProfileElement.prototype = new SVGElement();
-
-function SVGFECompositeElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-    // Composite Operators
-  /*unsigned short*/ SVG_FECOMPOSITE_OPERATOR_UNKNOWN    = 0;
-  /*unsigned short*/ SVG_FECOMPOSITE_OPERATOR_OVER       = 1;
-  /*unsigned short*/ SVG_FECOMPOSITE_OPERATOR_IN         = 2;
-  /*unsigned short*/ SVG_FECOMPOSITE_OPERATOR_OUT        = 3;
-  /*unsigned short*/ SVG_FECOMPOSITE_OPERATOR_ATOP       = 4;
-  /*unsigned short*/ SVG_FECOMPOSITE_OPERATOR_XOR        = 5;
-  /*unsigned short*/ SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6;
-  /*readonly SVGAnimatedString*/      in1;
-  /*readonly SVGAnimatedString*/      in2;
-  /*readonly SVGAnimatedEnumeration*/ operator;
-  /*readonly SVGAnimatedNumber*/     k1;
-  /*readonly SVGAnimatedNumber*/     k2;
-  /*readonly SVGAnimatedNumber*/     k3;
-  /*readonly SVGAnimatedNumber*/     k4;
-  };
-
-function SVGFEConvolveMatrixElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-    // Edge Mode Values
-  /*unsigned short*/ SVG_EDGEMODE_UNKNOWN   = 0;
-  /*unsigned short*/ SVG_EDGEMODE_DUPLICATE = 1;
-  /*unsigned short*/ SVG_EDGEMODE_WRAP      = 2;
-  /*unsigned short*/ SVG_EDGEMODE_NONE      = 3;
-  /*readonly SVGAnimatedInteger*/     orderX;
-  /*readonly SVGAnimatedInteger*/     orderY;
-  /*readonly SVGAnimatedNumberList  kernelMatrix;
-  /*readonly SVGAnimatedNumber*/     divisor;
-  /*readonly SVGAnimatedNumber*/     bias;
-  /*readonly SVGAnimatedInteger*/     targetX;
-  /*readonly SVGAnimatedInteger*/     targetY;
-  /*readonly SVGAnimatedEnumeration*/ edgeMode;
-  /*readonly SVGAnimatedNumber*/     kernelUnitLengthX;
-  /*readonly SVGAnimatedNumber*/     kernelUnitLengthY;
-  /*readonly SVGAnimatedBoolean*/     preserveAlpha;
-  };
-
-function SVGFEDiffuseLightingElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedString*/ in1;
-  /*readonly SVGAnimatedNumber*/surfaceScale;
-  /*readonly SVGAnimatedNumber*/diffuseConstant;
-  /*readonly SVGAnimatedNumber*/kernelUnitLengthX;
-  /*readonly SVGAnimatedNumber*/kernelUnitLengthY;
-  };
-function SVGFEDistantLightElement : SVGElement { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedNumber*/azimuth;
-  /*readonly SVGAnimatedNumber*/elevation;
-  };
-function SVGFEPointLightElement : SVGElement { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedNumber*/x;
-  /*readonly SVGAnimatedNumber*/y;
-  /*readonly SVGAnimatedNumber*/z;
-  };
-function SVGFESpotLightElement : SVGElement { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedNumber*/x;
-  /*readonly SVGAnimatedNumber*/y;
-  /*readonly SVGAnimatedNumber*/z;
-  /*readonly SVGAnimatedNumber*/pointsAtX;
-  /*readonly SVGAnimatedNumber*/pointsAtY;
-  /*readonly SVGAnimatedNumber*/pointsAtZ;
-  /*readonly SVGAnimatedNumber*/specularExponent;
-  /*readonly SVGAnimatedNumber*/limitingConeAngle;
-  };
-function SVGFEDisplacementMapElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-    // Channel Selectors
-  /*unsigned short*/ SVG_CHANNEL_UNKNOWN = 0;
-  /*unsigned short*/ SVG_CHANNEL_R       = 1;
-  /*unsigned short*/ SVG_CHANNEL_G       = 2;
-  /*unsigned short*/ SVG_CHANNEL_B       = 3;
-  /*unsigned short*/ SVG_CHANNEL_A       = 4;
-  /*readonly SVGAnimatedString*/      in1;
-  /*readonly SVGAnimatedString*/      in2;
-  /*readonly SVGAnimatedNumber*/     scale;
-  /*readonly SVGAnimatedEnumeration*/ xChannelSelector;
-  /*readonly SVGAnimatedEnumeration*/ yChannelSelector;
-  };
-function SVGFEFloodElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedString*/      in1;
-  };
 function SVGFEGaussianBlurElement : 
                 SVGElement,
                 SVGFilterPrimitiveStandardAttributes { 
@@ -3549,79 +3395,7 @@
   /*readonly SVGAnimatedNumber*/stdDeviationY;
     void setStdDeviation ( in float stdDeviationX, in float stdDeviationY );
   };
-function SVGFEImageElement : 
-                SVGElement,
-                SVGURIReference,
-                SVGLangSpace,
-                SVGExternalResourcesRequired,
-                SVGFilterPrimitiveStandardAttributes {
-   SVGElement.apply(this, arguments);
- /*readonly SVGAnimatedPreserveAspectRatio*/ preserveAspectRatio;
-  };
-function SVGFEMergeElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes {
-  SVGElement.apply(this, arguments);
-};
-function SVGFEMergeNodeElement : SVGElement { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedString*/ in1;
-  };
-function SVGFEMorphologyElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-    // Morphology Operators
-  /*unsigned short*/ SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0;
-  /*unsigned short*/ SVG_MORPHOLOGY_OPERATOR_ERODE   = 1;
-  /*unsigned short*/ SVG_MORPHOLOGY_OPERATOR_DILATE  = 2;
-  /*readonly SVGAnimatedString*/      in1;
-  /*readonly SVGAnimatedEnumeration*/ operator;
-  /*readonly SVGAnimatedNumber*/     radiusX;
-  /*readonly SVGAnimatedNumber*/     radiusY;
-  };
-function SVGFEOffsetElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedString*/ in1;
-  /*readonly SVGAnimatedNumber*/dx;
-  /*readonly SVGAnimatedNumber*/dy;
-  };
-function SVGFESpecularLightingElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedString*/ in1;
-  /*readonly SVGAnimatedNumber*/surfaceScale;
-  /*readonly SVGAnimatedNumber*/specularConstant;
-  /*readonly SVGAnimatedNumber*/specularExponent;
-  };
-function SVGFETileElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-  /*readonly SVGAnimatedString*/ in1;
-  };
-function SVGFETurbulenceElement : 
-                SVGElement,
-                SVGFilterPrimitiveStandardAttributes { 
-  SVGElement.apply(this, arguments);
-    // Turbulence Types
-  /*unsigned short*/ SVG_TURBULENCE_TYPE_UNKNOWN      = 0;
-  /*unsigned short*/ SVG_TURBULENCE_TYPE_FRACTALNOISE = 1;
-  /*unsigned short*/ SVG_TURBULENCE_TYPE_TURBULENCE   = 2;
-    // Stitch Options
-  /*unsigned short*/ SVG_STITCHTYPE_UNKNOWN  = 0;
-  /*unsigned short*/ SVG_STITCHTYPE_STITCH   = 1;
-  /*unsigned short*/ SVG_STITCHTYPE_NOSTITCH = 2;
-  /*readonly SVGAnimatedNumber*/     baseFrequencyX;
-  /*readonly SVGAnimatedNumber*/     baseFrequencyY;
-  /*readonly SVGAnimatedInteger*/     numOctaves;
-  /*readonly SVGAnimatedNumber*/     seed;
-  /*readonly SVGAnimatedEnumeration*/ stitchTiles;
-  /*readonly SVGAnimatedEnumeration*/ type;
-  };
+
 function SVGCursorElement : 
                 SVGElement,
                 SVGURIReference,




Sie-announce メーリングリストの案内
Back to archive index