export interface ViewBox {
    minX: number;
    minY: number;
    width: number;
    height: number;
}
