Firefox Tomorrow

web api interface

SVGFETurbulenceElement

View on MDN ↗

The SVGFETurbulenceElement interface corresponds to the <feTurbulence> element.

Instance properties

This interface also inherits properties from its parent interface, SVGElement.

Instance methods

This interface does not provide any specific methods, but implements those of its parent, SVGElement.

Static properties

  • SVG_TURBULENCE_TYPE_UNKNOWN (0)
    • : The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
  • SVG_TURBULENCE_TYPE_FRACTALNOISE (1)
    • : Corresponds to the value fractalNoise.
  • SVG_TURBULENCE_TYPE_TURBULENCE (2)
    • : Corresponds to the value turbulence.
  • SVG_STITCHTYPE_UNKNOWN (0)
    • : The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
  • SVG_STITCHTYPE_STITCH (1)
    • : Corresponds to the value stitch.
  • SVG_STITCHTYPE_NOSTITCH (2)
    • : Corresponds to the value noStitch.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also