export interface IRect { x: number; y: number; w: number; h: number; }