SVGFEConvolveMatrixElement: kernelUnitLengthX property

The kernelUnitLengthX read-only property of the SVGFEConvolveMatrixElement interface reflects the kernelUnitLength attribute of the given <feConvolveMatrix> element.

It specifies the length in user units for each cell of the convolution matrix along the X-axis.

Value

An SVGAnimatedNumber object.

Specifications

See also