Back to Content

SVGFEConvolveMatrixElement: preserveAlpha property

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

latest412 B
Original Source

{{APIRef("SVG")}}

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

Value

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

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("SVGAnimatedBoolean")}}