SVGGraphicsElement.idl 166 B

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