mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Refactor: resize two-point lines/arrows (#1568)
This commit is contained in:
parent
cdb483b895
commit
394237728f
4 changed files with 100 additions and 185 deletions
|
@ -58,13 +58,3 @@ export type ExcalidrawLinearElement = _ExcalidrawElementBase &
|
|||
export type PointerType = "mouse" | "pen" | "touch";
|
||||
|
||||
export type TextAlign = "left" | "center" | "right";
|
||||
|
||||
export type ResizeArrowFnType = (
|
||||
element: NonDeleted<ExcalidrawLinearElement>,
|
||||
pointIndex: number,
|
||||
deltaX: number,
|
||||
deltaY: number,
|
||||
pointerX: number,
|
||||
pointerY: number,
|
||||
perfect: boolean,
|
||||
) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue