WebIDLpedia

SVGAnimatedLength interface

Definition

Scalable Vector Graphics (SVG) 2 defines SVGAnimatedLength



[Exposed=Window]
interface SVGAnimatedLength {
  [SameObject] readonly attribute SVGLength baseVal;
  [SameObject] readonly attribute SVGLength animVal;
};

Methods and attributes that return objects implementing SVGAnimatedLength

Referring IDL interfaces/dictionaries

Referring specifications