The SVGFEConvolveMatrixElement interface corresponds to the <feConvolveMatrix> element.
This 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.
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.