SVGFEConvolveMatrixElement: kernelUnitLengthY property

The kernelUnitLengthY 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 Y-axis.

Value

An SVGAnimatedNumber object.

Specifications

See also