WebIDLpedia

SVGFitToViewBox interface mixin

Definition

Scalable Vector Graphics (SVG) 2 defines SVGFitToViewBox



interface mixin SVGFitToViewBox {
  [SameObject] readonly attribute SVGAnimatedRect viewBox;
  [SameObject] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
};

Referring IDL interfaces/dictionaries