export interface IShape { originalData: any; x: number; y: number; borderColor?: string; borderSize?: number; rotation?: number; blink?: boolean; }