export interface PathData { name: string; points?: number[][]; forcedAspectRatio?: number; keepInsideContainer?: boolean; }