Back to Content

SVGFEConvolveMatrixElement: targetX property

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

latest400 B
Original Source

{{APIRef("SVG")}}

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

Value

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("SVGAnimatedInteger")}}