Fix the rest except scene and ShapeCache

This commit is contained in:
Marcel Mraz 2025-03-18 11:25:46 +01:00
parent 79021f4b6b
commit 875450a0a1
30 changed files with 100 additions and 125 deletions

View file

@ -27,14 +27,14 @@ import type {
Mutable,
} from "@excalidraw/excalidraw/utility-types";
import { getElementAbsoluteCoords } from "../index";
import { getResizedElementAbsoluteCoords } from "./bounds";
import { bumpVersion, newElementWith } from "./mutateElement";
import { getBoundTextMaxWidth } from "./textElement";
import { normalizeText, measureText } from "./textMeasurements";
import { wrapText } from "./textWrapping";
import { getElementAbsoluteCoords } from ".";
import type {
ExcalidrawElement,
ExcalidrawImageElement,