Merge remote-tracking branch 'upstream/master' into issue/9297

This commit is contained in:
sunub 2025-04-17 20:02:54 +09:00
commit f881b202da
12 changed files with 434 additions and 157 deletions

View file

@ -143,3 +143,5 @@ export type Ellipse<Point extends GenericPoint> = {
} & {
_brand: "excalimath_ellipse";
};
export type ElementsSegmentsMap = Map<string, LineSegment<GlobalPoint>[]>;