files/en-us/web/api/svgfeturbulenceelement/index.md
{{APIRef("SVG")}}
The SVGFETurbulenceElement interface corresponds to the {{SVGElement("feTurbulence")}} element.
{{InheritanceDiagram}}
This interface also inherits properties from its parent interface, {{domxref("SVGElement")}}.
SVG_STITCHTYPE_* constants defined on this interface.SVG_TURBULENCE_TYPE_* constants defined on this interface.This interface does not provide any specific methods, but implements those of its parent, {{domxref("SVGElement")}}.
SVG_TURBULENCE_TYPE_UNKNOWN (0)
SVG_TURBULENCE_TYPE_FRACTALNOISE (1)
fractalNoise.SVG_TURBULENCE_TYPE_TURBULENCE (2)
turbulence.SVG_STITCHTYPE_UNKNOWN (0)
SVG_STITCHTYPE_STITCH (1)
stitch.SVG_STITCHTYPE_NOSTITCH (2)
noStitch.{{Specifications}}
{{Compat}}