mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 02:08:53 +00:00
8 lines
144 B
Text
8 lines
144 B
Text
#import <SVG/SVGGraphicsElement.idl>
|
|
|
|
[Exposed=Window]
|
|
interface SVGTextContentElement : SVGGraphicsElement {
|
|
|
|
long getNumberOfChars();
|
|
|
|
};
|