files/en-us/web/api/svgfeconvolvematrixelement/index.md
{{APIRef("SVG")}}
The SVGFEConvolveMatrixElement interface corresponds to the {{SVGElement("feConvolveMatrix")}} element.
{{InheritanceDiagram}}
This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.
SVG_EDGEMODE_* constants defined on this interface.This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.
SVG_EDGEMODE_UNKNOWN (0)
SVG_EDGEMODE_DUPLICATE (1)
duplicate.SVG_EDGEMODE_WRAP (2)
wrap.SVG_EDGEMODE_NONE (3)
none.{{Specifications}}
{{Compat}}