Variable SVGFECompositeElement
SVGFECompositeElement: {
prototype: SVGFECompositeElement;
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC: 6;
SVG_FECOMPOSITE_OPERATOR_ATOP: 4;
SVG_FECOMPOSITE_OPERATOR_IN: 2;
SVG_FECOMPOSITE_OPERATOR_OUT: 3;
SVG_FECOMPOSITE_OPERATOR_OVER: 1;
SVG_FECOMPOSITE_OPERATOR_UNKNOWN: 0;
SVG_FECOMPOSITE_OPERATOR_XOR: 5;
new (): SVGFECompositeElement;
}
prototype: SVGFECompositeElement;
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC: 6;
SVG_FECOMPOSITE_OPERATOR_ATOP: 4;
SVG_FECOMPOSITE_OPERATOR_IN: 2;
SVG_FECOMPOSITE_OPERATOR_OUT: 3;
SVG_FECOMPOSITE_OPERATOR_OVER: 1;
SVG_FECOMPOSITE_OPERATOR_UNKNOWN: 0;
SVG_FECOMPOSITE_OPERATOR_XOR: 5;
new (): SVGFECompositeElement;
}
Type declaration
- new (): SVGFECompositeElement
Returns SVGFECompositeElement
prototype: SVGFECompositeElement
Readonly
SVG_FECOMPOSITE_OPERATOR_ARITHMETIC: 6Readonly
SVG_FECOMPOSITE_OPERATOR_ATOP: 4Readonly
SVG_FECOMPOSITE_OPERATOR_IN: 2Readonly
SVG_FECOMPOSITE_OPERATOR_OUT: 3Readonly
SVG_FECOMPOSITE_OPERATOR_OVER: 1Readonly
SVG_FECOMPOSITE_OPERATOR_UNKNOWN: 0Readonly
SVG_FECOMPOSITE_OPERATOR_XOR: 5