import { Stroke } from './stroke.model'; export interface SvgPath { path: string; stroke: Stroke; }