The SVGFEConvolveMatrixElement
interface corresponds to the <feConvolveMatrix>
element.
On this page
SVGFEConvolveMatrixElement
Constants
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. |
Instance properties
This interface also inherits properties from its parent interface, SVGElement
.
SVGFEConvolveMatrixElement.bias
Read only-
An
SVGAnimatedNumber
corresponding to thebias
attribute of the given element. SVGFEConvolveMatrixElement.divisor
Read only-
An
SVGAnimatedNumber
corresponding to thedivisor
attribute of the given element. SVGFEConvolveMatrixElement.edgeMode
Read only-
An
SVGAnimatedEnumeration
corresponding to theedgeMode
attribute of the given element. Takes one of theSVG_EDGEMODE_*
constants defined on this interface. SVGFEConvolveMatrixElement.height
Read only-
An
SVGAnimatedLength
corresponding to theheight
attribute of the given element. SVGFEConvolveMatrixElement.in1
Read only-
An
SVGAnimatedString
corresponding to thein
attribute of the given element. SVGFEConvolveMatrixElement.kernelMatrix
Read only-
An
SVGAnimatedNumberList
corresponding to thekernelMatrix
attribute of the given element. SVGFEConvolveMatrixElement.kernelUnitLengthX
Read only-
An
SVGAnimatedNumber
corresponding to thekernelUnitLength
attribute of the given element. SVGFEConvolveMatrixElement.kernelUnitLengthY
Read only-
An
SVGAnimatedNumber
corresponding to thekernelUnitLength
attribute of the given element. SVGFEConvolveMatrixElement.orderX
Read only-
An
SVGAnimatedInteger
corresponding to theorder
attribute of the given element. SVGFEConvolveMatrixElement.orderY
Read only-
An
SVGAnimatedInteger
corresponding to theorder
attribute of the given element. SVGFEConvolveMatrixElement.preserveAlpha
Read only-
An
SVGAnimatedBoolean
corresponding to thepreserveAlpha
attribute of the given element. SVGFEConvolveMatrixElement.result
Read only-
An
SVGAnimatedString
corresponding to theresult
attribute of the given element. SVGFEConvolveMatrixElement.targetX
Read only-
An
SVGAnimatedInteger
corresponding to thetargetX
attribute of the given element. SVGFEConvolveMatrixElement.targetY
Read only-
An
SVGAnimatedInteger
corresponding to thetargetY
attribute of the given element. SVGFEConvolveMatrixElement.width
Read only-
An
SVGAnimatedLength
corresponding to thewidth
attribute of the given element. SVGFEConvolveMatrixElement.x
Read only-
An
SVGAnimatedLength
corresponding to thex
attribute of the given element. SVGFEConvolveMatrixElement.y
Read only-
An
SVGAnimatedLength
corresponding to they
attribute of the given element.
Instance methods
This interface does not provide any specific methods, but implements those of its parent, SVGElement
.
Specifications
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
SVGFEConvolveMatrixElement |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
bias |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
divisor |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
edgeMode |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
height |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
in1 |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
kernelMatrix |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
kernelUnitLengthX |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
kernelUnitLengthY |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
orderX |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
orderY |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
preserveAlpha |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
result |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
targetX |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
targetY |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
width |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
x |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
y |
6 | 12 | 3 | 10 | ≤12.1 | 6 | 4.4 | 18 | 4 | ≤12.1 | 6 | 1.0 |
See also
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SVGFEConvolveMatrixElement