import { IRgbColor } from "./color"; export interface IStroke { width: number; color: IRgbColor; dash: number[]; }