Definition
Scalable Vector Graphics (SVG) 2 defines SVGAnimatedEnumeration
[Exposed=Window]
interface SVGAnimatedEnumeration {
attribute unsigned short baseVal;
readonly attribute unsigned short animVal;
};
Methods and attributes that return objects implementing SVGAnimatedEnumeration
SVGClipPathElement.clipPathUnits
SVGMaskElement.maskUnits
SVGMaskElement.maskContentUnits
SVGFilterElement.filterUnits
SVGFilterElement.primitiveUnits
SVGFEBlendElement.mode
SVGFEColorMatrixElement.type
SVGComponentTransferFunctionElement.type
SVGFECompositeElement.operator
SVGFEConvolveMatrixElement.edgeMode
SVGFEDisplacementMapElement.xChannelSelector
SVGFEDisplacementMapElement.yChannelSelector
SVGFEGaussianBlurElement.edgeMode
SVGFEMorphologyElement.operator
SVGFETurbulenceElement.stitchTiles
SVGFETurbulenceElement.type
SVGTextContentElement.lengthAdjust
SVGTextPathElement.method
SVGTextPathElement.spacing
SVGMarkerElement.markerUnits
SVGMarkerElement.orientType
SVGGradientElement.gradientUnits
SVGGradientElement.spreadMethod
SVGPatternElement.patternUnits
SVGPatternElement.patternContentUnits
Referring IDL interfaces/dictionaries
SVGClipPathElement
SVGComponentTransferFunctionElement
SVGFEBlendElement
SVGFEColorMatrixElement
SVGFECompositeElement
SVGFEConvolveMatrixElement
SVGFEDisplacementMapElement
SVGFEGaussianBlurElement
SVGFEMorphologyElement
SVGFETurbulenceElement
SVGFilterElement
SVGGradientElement
SVGMarkerElement
SVGMaskElement
SVGPatternElement
SVGTextContentElement
SVGTextPathElement
Referring specifications
- CSS Masking Module Level 1 refers to
SVGAnimatedEnumeration
- Filter Effects Module Level 1 refers to
SVGAnimatedEnumeration