SVGFEConvolveMatrixElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
TheSVGFEConvolveMatrixElement interface corresponds to the<feConvolveMatrix> element.
In this article
Instance properties
This interface also inherits properties from its parent interface,SVGElement.
SVGFEConvolveMatrixElement.biasRead onlyAn
SVGAnimatedNumbercorresponding to thebiasattribute of the given element.SVGFEConvolveMatrixElement.divisorRead onlyAn
SVGAnimatedNumbercorresponding to thedivisorattribute of the given element.SVGFEConvolveMatrixElement.edgeModeRead onlyAn
SVGAnimatedEnumerationcorresponding to theedgeModeattribute of the given element. Takes one of theSVG_EDGEMODE_*constants defined on this interface.SVGFEConvolveMatrixElement.heightRead onlyAn
SVGAnimatedLengthcorresponding to theheightattribute of the given element.SVGFEConvolveMatrixElement.in1Read onlyAn
SVGAnimatedStringcorresponding to theinattribute of the given element.SVGFEConvolveMatrixElement.kernelMatrixRead onlyAn
SVGAnimatedNumberListcorresponding to thekernelMatrixattribute of the given element.SVGFEConvolveMatrixElement.kernelUnitLengthXRead onlyAn
SVGAnimatedNumbercorresponding to thekernelUnitLengthattribute of the given element.SVGFEConvolveMatrixElement.kernelUnitLengthYRead onlyAn
SVGAnimatedNumbercorresponding to thekernelUnitLengthattribute of the given element.SVGFEConvolveMatrixElement.orderXRead onlyAn
SVGAnimatedIntegercorresponding to theorderattribute of the given element.SVGFEConvolveMatrixElement.orderYRead onlyAn
SVGAnimatedIntegercorresponding to theorderattribute of the given element.SVGFEConvolveMatrixElement.preserveAlphaRead onlyAn
SVGAnimatedBooleancorresponding to thepreserveAlphaattribute of the given element.SVGFEConvolveMatrixElement.resultRead onlyAn
SVGAnimatedStringcorresponding to theresultattribute of the given element.SVGFEConvolveMatrixElement.targetXRead onlyAn
SVGAnimatedIntegercorresponding to thetargetXattribute of the given element.SVGFEConvolveMatrixElement.targetYRead onlyAn
SVGAnimatedIntegercorresponding to thetargetYattribute of the given element.SVGFEConvolveMatrixElement.widthRead onlyAn
SVGAnimatedLengthcorresponding to thewidthattribute of the given element.SVGFEConvolveMatrixElement.xRead onlyAn
SVGAnimatedLengthcorresponding to thexattribute of the given element.SVGFEConvolveMatrixElement.yRead onlyAn
SVGAnimatedLengthcorresponding to theyattribute of the given element.
Instance methods
This interface does not provide any specific methods, but implements those of its parent,SVGElement.
Static properties
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 value
duplicate.SVG_EDGEMODE_WRAP(2)Corresponds to the value
wrap.SVG_EDGEMODE_NONE(3)Corresponds to the value
none.
Specifications
| Specification |
|---|
| Filter Effects Module Level 1> # InterfaceSVGFEConvolveMatrixElement> |