SVGFitToViewBox.idl 336 B

1234567
  1. #import <SVG/SVGAnimatedRect.idl>
  2. // https://svgwg.org/svg2-draft/types.html#InterfaceSVGFitToViewBox
  3. interface mixin SVGFitToViewBox {
  4. [SameObject, ImplementedAs=view_box_for_bindings] readonly attribute SVGAnimatedRect viewBox;
  5. // FIXME: [SameObject] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
  6. };