mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge remote-tracking branch 'upstream/master' into issue/9297
This commit is contained in:
commit
f881b202da
12 changed files with 434 additions and 157 deletions
|
@ -143,3 +143,5 @@ export type Ellipse<Point extends GenericPoint> = {
|
|||
} & {
|
||||
_brand: "excalimath_ellipse";
|
||||
};
|
||||
|
||||
export type ElementsSegmentsMap = Map<string, LineSegment<GlobalPoint>[]>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue