Definition
Scalable Vector Graphics (SVG) 2 defines SVGAnimatedString
[Exposed=Window]
interface SVGAnimatedString {
attribute DOMString baseVal;
readonly attribute DOMString animVal;
};
Methods and attributes that return objects implementing SVGAnimatedString
SVGFilterPrimitiveStandardAttributes.result
SVGFEBlendElement.in1
SVGFEBlendElement.in2
SVGFEColorMatrixElement.in1
SVGFEComponentTransferElement.in1
SVGFECompositeElement.in1
SVGFECompositeElement.in2
SVGFEConvolveMatrixElement.in1
SVGFEDiffuseLightingElement.in1
SVGFEDisplacementMapElement.in1
SVGFEDisplacementMapElement.in2
SVGFEDropShadowElement.in1
SVGFEGaussianBlurElement.in1
SVGFEImageElement.crossOrigin
SVGFEMergeNodeElement.in1
SVGFEMorphologyElement.in1
SVGFEOffsetElement.in1
SVGFESpecularLightingElement.in1
SVGFETileElement.in1
SVGElement.className
SVGURIReference.href
SVGAElement.target
Referring IDL interfaces/dictionaries
SVGAElement
SVGElement
SVGFEBlendElement
SVGFEColorMatrixElement
SVGFEComponentTransferElement
SVGFECompositeElement
SVGFEConvolveMatrixElement
SVGFEDiffuseLightingElement
SVGFEDisplacementMapElement
SVGFEDropShadowElement
SVGFEGaussianBlurElement
SVGFEImageElement
SVGFEMergeNodeElement
SVGFEMorphologyElement
SVGFEOffsetElement
SVGFESpecularLightingElement
SVGFETileElement
SVGFilterPrimitiveStandardAttributes
SVGURIReference
Referring specifications
- Filter Effects Module Level 1 refers to
SVGAnimatedString