1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 22:34:59 +00:00
serenity/Userland/Libraries/LibWeb/SVG/SVGTextContentElement.idl

8 lines
144 B
Text

#import <SVG/SVGGraphicsElement.idl>
[Exposed=Window]
interface SVGTextContentElement : SVGGraphicsElement {
long getNumberOfChars();
};