mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-04 02:08:53 +00:00
These two were called by Discord while loading: - float getTotalLength(); - DOMPoint getPointAtLength(float distance);
9 lines
202 B
Text
9 lines
202 B
Text
#import <Geometry/DOMPoint.idl>
|
|
#import <SVG/SVGGraphicsElement.idl>
|
|
|
|
interface SVGGeometryElement : SVGGraphicsElement {
|
|
|
|
float getTotalLength();
|
|
DOMPoint getPointAtLength(float distance);
|
|
|
|
};
|