#import #import // https://svgwg.org/svg2-draft/types.html#InterfaceSVGGeometryElement [Exposed=Window] interface SVGGeometryElement : SVGGraphicsElement { float getTotalLength(); DOMPoint getPointAtLength(float distance); };