mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:35:08 +00:00
6 lines
188 B
Text
6 lines
188 B
Text
#import <SVG/SVGTextPositioningElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/text.html#InterfaceSVGTSpanElement
|
|
[Exposed=Window]
|
|
interface SVGTSpanElement : SVGTextPositioningElement {
|
|
};
|