Back to Content

SVGFEConvolveMatrixElement: targetY property

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

latest400 B
Original Source

{{APIRef("SVG")}}

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

Value

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("SVGAnimatedInteger")}}