export interface StrokeElement {
    element: SVGGeometryElement;
    strokeTotal: number;
}
