SVGFECompositeElement in SVG 1.1
(no overview available)
Inherits from:
Instance Properties
| name | type | description |
|---|---|---|
| className | SVGAnimatedString | (read only) [from SVGStylable] |
| x | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| y | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| width | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| height | SVGAnimatedLength | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| result | SVGAnimatedString | (read only) [from SVGFilterPrimitiveStandardAttributes] |
| in1 | SVGAnimatedString | (read only) |
| in2 | SVGAnimatedString | (read only) |
| operator | SVGAnimatedEnumeration | (read only) |
| k1 | SVGAnimatedNumber | (read only) |
| k2 | SVGAnimatedNumber | (read only) |
| k3 | SVGAnimatedNumber | (read only) |
| k4 | SVGAnimatedNumber | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| getPresentationAttribute() | CSSValue | [from SVGStylable] |
Constants
| name | object | value | description |
|---|---|---|---|
| SVG_FECOMPOSITE_OPERATOR_UNKNOWN | SVGFECompositeElement | 0 | |
| SVG_FECOMPOSITE_OPERATOR_OVER | SVGFECompositeElement | 1 | |
| SVG_FECOMPOSITE_OPERATOR_IN | SVGFECompositeElement | 2 | |
| SVG_FECOMPOSITE_OPERATOR_OUT | SVGFECompositeElement | 3 | |
| SVG_FECOMPOSITE_OPERATOR_ATOP | SVGFECompositeElement | 4 | |
| SVG_FECOMPOSITE_OPERATOR_XOR | SVGFECompositeElement | 5 | |
| SVG_FECOMPOSITE_OPERATOR_ARITHMETIC | SVGFECompositeElement | 6 |