mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 22:14:58 +00:00

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 {
|
|
};
|