Linux Mac OSX Windows

  
[scriptable, uuid(77bc4d70-0d49-4c81-b7a7-7432f0fe3e04)]
interface nsIDOMSVGFETurbulenceElement : nsIDOMSVGFilterPrimitiveStandardAttributes

Constants


        
const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0

        
const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1

        
const unsigned short SVG_TURBULENCE_TYPE_TURBULENCE = 2

        
const unsigned short SVG_STITCHTYPE_UNKNOWN = 0

        
const unsigned short SVG_STITCHTYPE_STITCH = 1

        
const unsigned short SVG_STITCHTYPE_NOSTITCH = 2

Attributes


        
readonly attribute nsIDOMSVGAnimatedNumber baseFrequencyX

        
readonly attribute nsIDOMSVGAnimatedNumber baseFrequencyY

        
readonly attribute nsIDOMSVGAnimatedInteger numOctaves

        
readonly attribute nsIDOMSVGAnimatedNumber seed

        
readonly attribute nsIDOMSVGAnimatedEnumeration stitchTiles

        
readonly attribute nsIDOMSVGAnimatedEnumeration type