SerializedDrawingArea: {
    height: number;
    id: string;
    physicalSize?: AsukaPhysicalSize;
    shape?: string;
    sourcePath?: string;
    sourceSvg?: string;
    width: number;
    x: number;
    y: number;
}