files/en-us/web/api/svgfecompositeelement/index.md
{{APIRef("SVG")}}
The SVGFECompositeElement interface corresponds to the {{SVGElement("feComposite")}} element.
{{InheritanceDiagram}}
This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.
SVG_FECOMPOSITE_OPERATOR_* constants defined on this interface.This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.
SVG_FECOMPOSITE_OPERATOR_UNKNOWN (0)
SVG_FECOMPOSITE_OPERATOR_OVER (1)
over.SVG_FECOMPOSITE_OPERATOR_IN (2)
in.SVG_FECOMPOSITE_OPERATOR_OUT (3)
out.SVG_FECOMPOSITE_OPERATOR_ATOP (4)
atop.SVG_FECOMPOSITE_OPERATOR_XOR (5)
xor.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC (6)
arithmetic.{{Specifications}}
{{Compat}}