fix: use index path instead of ellipse

This commit is contained in:
Ryan Di
2025-11-19 14:37:05 +08:00
parent 37882c66cb
commit 38d0966227

View File

@@ -11,12 +11,9 @@ import {
vectorFromPoint,
vectorNormalize,
vectorScale,
} from "@excalidraw/math";
import {
ellipse,
ellipseSegmentInterceptPoints,
} from "@excalidraw/math/ellipse";
} from "@excalidraw/math";
import type {
Curve,