SVGSymbolElement.idl 233 B

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