The SVGFEConvolveMatrixElement interface corresponds to the <feConvolveMatrix> element.
| Name | Value | Description |
|---|---|---|
SVG_EDGEMODE_UNKNOWN | 0 | The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type. |
SVG_EDGEMODE_DUPLICATE | 1 | Corresponds to the duplicate value. |
SVG_EDGEMODE_WRAP | 2 | Corresponds to the wrap value. |
SVG_EDGEMODE_NONE | 3 | Corresponds to none value. |
This interface also inherits properties from its parent interface, SVGElement, and also implements properties of SVGFilterPrimitiveStandardAttributes.
SVGFEConvolveMatrixElement.in1 Read only
SVGAnimatedString corresponding to the in attribute of the given element.SVGFEConvolveMatrixElement.orderX Read only
SVGAnimatedInteger corresponding to the order attribute of the given element.SVGFEConvolveMatrixElement.orderY Read only
SVGAnimatedInteger corresponding to the order attribute of the given element.SVGFEConvolveMatrixElement.kernelMatrix Read only
SVGAnimatedNumberList corresponding to the kernelMatrix attribute of the given element.SVGFEConvolveMatrixElement.divisor Read only
SVGAnimatedNumber corresponding to the divisor attribute of the given element.SVGFEConvolveMatrixElement.bias Read only
SVGAnimatedNumber corresponding to the bias attribute of the given element.SVGFEConvolveMatrixElement.targetX Read only
SVGAnimatedInteger corresponding to the targetX attribute of the given element.SVGFEConvolveMatrixElement.targetY Read only
SVGAnimatedInteger corresponding to the targetY attribute of the given element.SVGFEConvolveMatrixElement.edgeMode Read only
SVGAnimatedEnumeration corresponding to the edgeMode attribute of the given element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.SVGFEConvolveMatrixElement.kernelUnitLengthX Read only
SVGAnimatedNumber corresponding to the kernelUnitLength attribute of the given element.SVGFEConvolveMatrixElement.kernelUnitLengthY Read only
SVGAnimatedNumber corresponding to the kernelUnitLength attribute of the given element.SVGFEConvolveMatrixElement.preserveAlpha Read only
SVGAnimatedBoolean corresponding to the preserveAlpha attribute of the given element.This interface does not provide any specific methods, but implements those of its parent, SVGElement, and also implements methods of SVGFilterPrimitiveStandardAttributes.
| Specification | Status | Comment |
|---|---|---|
| Filter Effects Module Level 1 The definition of 'SVGFEConvolveMatrixElement' in that specification. | Working Draft | No change |
| Scalable Vector Graphics (SVG) 1.1 (Second Edition) The definition of 'SVGFEConvolveMatrixElement' in that specification. | Recommendation | Initial definition |
| Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|---|
| Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | ? |
| Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement