interface ISvgPath {
    element: SVGPathElement;
    length: number;
    path2d?: Path2D;
}

Properties

length: number
path2d?: Path2D