mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Replace getElementAbsoluteXY with getElementAbsoluteCoords
This commit is contained in:
parent
8593273775
commit
b75d9381da
8 changed files with 111 additions and 73 deletions
|
@ -1,9 +1,6 @@
|
|||
export { newElement } from "./newElement";
|
||||
export {
|
||||
getElementAbsoluteX1,
|
||||
getElementAbsoluteX2,
|
||||
getElementAbsoluteY1,
|
||||
getElementAbsoluteY2,
|
||||
getElementAbsoluteCoords,
|
||||
getDiamondPoints,
|
||||
getArrowPoints
|
||||
} from "./bounds";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue