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, vectorFromPoint,
vectorNormalize, vectorNormalize,
vectorScale, vectorScale,
} from "@excalidraw/math";
import {
ellipse, ellipse,
ellipseSegmentInterceptPoints, ellipseSegmentInterceptPoints,
} from "@excalidraw/math/ellipse"; } from "@excalidraw/math";
import type { import type {
Curve, Curve,