SVGSVGElement.idl 248 B

12345678910
  1. #import <SVG/SVGGraphicsElement.idl>
  2. #import <SVG/SVGFitToViewBox.idl>
  3. // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSVGElement
  4. [Exposed=Window]
  5. interface SVGSVGElement : SVGGraphicsElement {
  6. };
  7. SVGSVGElement includes SVGFitToViewBox;