mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Moved ShapeCache in element
This commit is contained in:
parent
875450a0a1
commit
931d03d514
23 changed files with 84 additions and 54 deletions
|
@ -10,7 +10,8 @@ import type { Radians } from "@excalidraw/math";
|
|||
import type { Mutable } from "@excalidraw/excalidraw/utility-types";
|
||||
|
||||
import Scene from "../scene/Scene";
|
||||
import { ShapeCache } from "../scene/ShapeCache";
|
||||
|
||||
import { ShapeCache } from "./ShapeCache";
|
||||
|
||||
import { updateElbowArrowPoints } from "./elbowArrow";
|
||||
import { isElbowArrow } from "./typeChecks";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue