files/en-us/web/api/svgfemorphologyelement/index.md
{{APIRef("SVG")}}
The SVGFEMorphologyElement interface corresponds to the {{SVGElement("feMorphology")}} element.
{{InheritanceDiagram}}
This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.
SVG_MORPHOLOGY_OPERATOR_* constants defined on this interface.This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.
SVG_MORPHOLOGY_OPERATOR_UNKNOWN (0)
SVG_MORPHOLOGY_OPERATOR_ERODE (1)
erode.SVG_MORPHOLOGY_OPERATOR_DILATE (2)
dilate.{{Specifications}}
{{Compat}}