import { Stroke } from './stroke.model'; export interface Ellipse { cx: number; cy: number; rx: number; ry: number; stroke: Stroke; }