mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-21 13:14:25 +01:00
fix: use index path instead of ellipse
This commit is contained in:
@@ -11,12 +11,9 @@ import {
|
||||
vectorFromPoint,
|
||||
vectorNormalize,
|
||||
vectorScale,
|
||||
} from "@excalidraw/math";
|
||||
|
||||
import {
|
||||
ellipse,
|
||||
ellipseSegmentInterceptPoints,
|
||||
} from "@excalidraw/math/ellipse";
|
||||
} from "@excalidraw/math";
|
||||
|
||||
import type {
|
||||
Curve,
|
||||
|
||||
Reference in New Issue
Block a user