1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 19:35:08 +00:00
serenity/Userland/Libraries/LibWeb/SVG/SVGTSpanElement.idl

6 lines
188 B
Text

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