Fixing math package

This commit is contained in:
Marcel Mraz 2025-03-17 14:05:13 +01:00
parent 44d8a6b4fe
commit 5e68895709
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
26 changed files with 37 additions and 37 deletions

View file

@ -17,10 +17,10 @@ import type {
Radians,
} from "@excalidraw/math";
import { rescalePoints } from "../points";
import { generateRoughOptions } from "../scene/Shape";
import { ShapeCache } from "../scene/ShapeCache";
import { arrayToMap, invariant } from "../utils";
import { rescalePoints } from "@excalidraw/excalidraw/points";
import { generateRoughOptions } from "@excalidraw/excalidraw/scene/Shape";
import { ShapeCache } from "@excalidraw/excalidraw/scene/ShapeCache";
import { arrayToMap, invariant } from "@excalidraw/excalidraw/utils";
import { LinearElementEditor } from "./linearElementEditor";
import { getBoundTextElement, getContainerElement } from "./textElement";