SVGTSpanElement.idl 188 B

123456
  1. #import <SVG/SVGTextPositioningElement.idl>
  2. // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTSpanElement
  3. [Exposed=Window]
  4. interface SVGTSpanElement : SVGTextPositioningElement {
  5. };