mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
These two were called by Discord while loading: - float getTotalLength(); - DOMPoint getPointAtLength(float distance);
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
#import <Geometry/DOMPoint.idl>
|
|
#import <SVG/SVGGraphicsElement.idl>
|
|
|
|
interface SVGGeometryElement : SVGGraphicsElement {
|
|
|
|
float getTotalLength();
|
|
DOMPoint getPointAtLength(float distance);
|
|
|
|
};
|