mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 10:15:08 +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);
|
|
|
|
};
|