SVGGeometryElement.idl 202 B

123456789
  1. #import <Geometry/DOMPoint.idl>
  2. #import <SVG/SVGGraphicsElement.idl>
  3. interface SVGGeometryElement : SVGGraphicsElement {
  4. float getTotalLength();
  5. DOMPoint getPointAtLength(float distance);
  6. };