WebIDLpedia

SVGStopElement interface

Definition

Scalable Vector Graphics (SVG) 2 defines SVGStopElement



[Exposed=Window]
interface SVGStopElement : SVGElement {
  [SameObject] readonly attribute SVGAnimatedNumber offset;
};