web api interface
SVGFEConvolveMatrixElement
The SVGFEConvolveMatrixElement interface corresponds to the <feConvolveMatrix> element.
Instance properties
This interface also inherits properties from its parent interface, SVGElement.
biasRead only- : An
SVGAnimatedNumbercorresponding to thebiasattribute of the given element.
- : An
divisorRead only- : An
SVGAnimatedNumbercorresponding to thedivisorattribute of the given element.
- : An
edgeModeRead only- : An
SVGAnimatedEnumerationcorresponding to theedgeModeattribute of the given element. Takes one of theSVG_EDGEMODE_*constants defined on this interface.
- : An
heightRead only- : An
SVGAnimatedLengthcorresponding to theheightattribute of the given element.
- : An
in1Read only- : An
SVGAnimatedStringcorresponding to theinattribute of the given element.
- : An
kernelMatrixRead only- : An
SVGAnimatedNumberListcorresponding to thekernelMatrixattribute of the given element.
- : An
kernelUnitLengthXRead only- : An
SVGAnimatedNumbercorresponding to thekernelUnitLengthattribute of the given element.
- : An
kernelUnitLengthYRead only- : An
SVGAnimatedNumbercorresponding to thekernelUnitLengthattribute of the given element.
- : An
orderXRead only- : An
SVGAnimatedIntegercorresponding to theorderattribute of the given element.
- : An
orderYRead only- : An
SVGAnimatedIntegercorresponding to theorderattribute of the given element.
- : An
preserveAlphaRead only- : An
SVGAnimatedBooleancorresponding to thepreserveAlphaattribute of the given element.
- : An
resultRead only- : An
SVGAnimatedStringcorresponding to theresultattribute of the given element.
- : An
targetXRead only- : An
SVGAnimatedIntegercorresponding to thetargetXattribute of the given element.
- : An
targetYRead only- : An
SVGAnimatedIntegercorresponding to thetargetYattribute of the given element.
- : An
widthRead only- : An
SVGAnimatedLengthcorresponding to thewidthattribute of the given element.
- : An
xRead only- : An
SVGAnimatedLengthcorresponding to thexattribute of the given element.
- : An
yRead only- : An
SVGAnimatedLengthcorresponding to theyattribute of the given element.
- : An
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.
- : Corresponds to the value
SVG_EDGEMODE_WRAP(2)- : Corresponds to the value
wrap.
- : Corresponds to the value
SVG_EDGEMODE_NONE(3)- : Corresponds to the value
none.
- : Corresponds to the value
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.