SVGFEConvolveMatrixElement: orderY property

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

It specifies how many cells (or elements) are present in each row of the kernel matrix along the Y-axis.

Value

An SVGAnimatedInteger object.

Specifications

See also