
As part of this move properties/methods to the correct subclass (position related properties go under SVGTextPositioningElement). SVG text element hierarchy: SVGTextContentElement ^- SVGTextPositioningElement ^- SVGTextElement ^- SVGTSpanElement ^- SVGTextPathElement (TODO) ^- SVGTRefElement (TODO)
6 lines
186 B
Text
6 lines
186 B
Text
#import <SVG/SVGTextPositioningElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextElement
|
|
[Exposed=Window]
|
|
interface SVGTextElement : SVGTextPositioningElement {
|
|
};
|