The SVGFETurbulenceElement interface corresponds to the <feTurbulence> element.
This interface also inherits properties from its parent interface, SVGElement.
SVGFETurbulenceElement.baseFrequencyX Read onlyAn SVGAnimatedNumber corresponding to the X component of the baseFrequency attribute of the given element.
SVGFETurbulenceElement.baseFrequencyY Read onlyAn SVGAnimatedNumber corresponding to the Y component of the baseFrequency attribute of the given element.
SVGFETurbulenceElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
SVGFETurbulenceElement.numOctaves Read onlyAn SVGAnimatedInteger corresponding to the numOctaves attribute of the given element.
SVGFETurbulenceElement.result Read onlyAn SVGAnimatedString corresponding to the result attribute of the given element.
SVGFETurbulenceElement.seed Read onlyAn SVGAnimatedNumber corresponding to the seed attribute of the given element.
SVGFETurbulenceElement.stitchTiles Read onlyAn SVGAnimatedEnumeration corresponding to the stitchTiles attribute of the given element. It takes one of the SVG_STITCHTYPE_* constants defined on this interface.
SVGFETurbulenceElement.type Read onlyAn SVGAnimatedEnumeration corresponding to the type attribute of the given element. It takes one of the SVG_TURBULENCE_TYPE_* constants defined on this interface.
SVGFETurbulenceElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGFETurbulenceElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGFETurbulenceElement.y Read onlyAn SVGAnimatedLength corresponding to the y attribute of the given element.
This interface does not provide any specific methods, but implements those of its parent, SVGElement.
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.