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