Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The SVGFEConvolveMatrixElement interface corresponds to the <feConvolveMatrix> element.
EventTarget Node Element SVGElement SVGFEConvolveMatrixElementThis interface also inherits properties from its parent interface, SVGElement.
SVGFEConvolveMatrixElement.bias Read onlyAn SVGAnimatedNumber corresponding to the bias attribute of the given element.
SVGFEConvolveMatrixElement.divisor Read onlyAn SVGAnimatedNumber corresponding to the divisor attribute of the given element.
SVGFEConvolveMatrixElement.edgeMode Read onlyAn SVGAnimatedEnumeration corresponding to the edgeMode attribute of the given element. Takes one of the SVG_EDGEMODE_* constants defined on this interface.
SVGFEConvolveMatrixElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
SVGFEConvolveMatrixElement.in1 Read onlyAn SVGAnimatedString corresponding to the in attribute of the given element.
SVGFEConvolveMatrixElement.kernelMatrix Read onlyAn SVGAnimatedNumberList corresponding to the kernelMatrix attribute of the given element.
SVGFEConvolveMatrixElement.kernelUnitLengthX Read onlyAn SVGAnimatedNumber corresponding to the kernelUnitLength attribute of the given element.
SVGFEConvolveMatrixElement.kernelUnitLengthY Read onlyAn SVGAnimatedNumber corresponding to the kernelUnitLength attribute of the given element.
SVGFEConvolveMatrixElement.orderX Read onlyAn SVGAnimatedInteger corresponding to the order attribute of the given element.
SVGFEConvolveMatrixElement.orderY Read onlyAn SVGAnimatedInteger corresponding to the order attribute of the given element.
SVGFEConvolveMatrixElement.preserveAlpha Read onlyAn SVGAnimatedBoolean corresponding to the preserveAlpha attribute of the given element.
SVGFEConvolveMatrixElement.result Read onlyAn SVGAnimatedString corresponding to the result attribute of the given element.
SVGFEConvolveMatrixElement.targetX Read onlyAn SVGAnimatedInteger corresponding to the targetX attribute of the given element.
SVGFEConvolveMatrixElement.targetY Read onlyAn SVGAnimatedInteger corresponding to the targetY attribute of the given element.
SVGFEConvolveMatrixElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGFEConvolveMatrixElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGFEConvolveMatrixElement.y Read onlyAn SVGAnimatedLength corresponding to the y attribute of the given element.
This interface does not provide any specific methods, but implements those of its parent, SVGElement.
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 value duplicate.
SVG_EDGEMODE_WRAP (2)Corresponds to the value wrap.
SVG_EDGEMODE_NONE (3)Corresponds to the value none.
| Filter Effects Module Level 1 # InterfaceSVGFEConvolveMatrixElement |
Enable JavaScript to view this browser compatibility table.
This page was last modified on May 2, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.