WebIDLpedia

SVGAnimatedLengthList interface

Definition

Scalable Vector Graphics (SVG) 2 defines SVGAnimatedLengthList



[Exposed=Window]
interface SVGAnimatedLengthList {
  [SameObject] readonly attribute SVGLengthList baseVal;
  [SameObject] readonly attribute SVGLengthList animVal;
};

Methods and attributes that return objects implementing SVGAnimatedLengthList

Referring IDL interfaces/dictionaries