SVGSVGElement.idl 173 B

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