Back to Content

SVGFEConvolveMatrixElement: orderX property

files/en-us/web/api/svgfeconvolvematrixelement/orderx/index.md

latest503 B
Original Source

{{APIRef("SVG")}}

The orderX read-only property of the {{domxref("SVGFEConvolveMatrixElement")}} interface reflects the {{SVGAttr("order")}} attribute of the given {{SVGElement("feConvolveMatrix")}} element.

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

Value

An {{domxref("SVGAnimatedInteger")}} object.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("SVGAnimatedInteger")}}