#import #import interface SVGGeometryElement : SVGGraphicsElement { float getTotalLength(); DOMPoint getPointAtLength(float distance); };