mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 03:34:43 +01:00
Fill a looped curve with the selected background color (#1315)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const DRAGGING_THRESHOLD = 10; // 10px
|
||||
export const ARROW_CONFIRM_THRESHOLD = 10; // 10px
|
||||
export const LINE_CONFIRM_THRESHOLD = 10; // 10px
|
||||
export const ELEMENT_SHIFT_TRANSLATE_AMOUNT = 5;
|
||||
export const ELEMENT_TRANSLATE_AMOUNT = 1;
|
||||
export const TEXT_TO_CENTER_SNAP_THRESHOLD = 30;
|
||||
|
||||
Reference in New Issue
Block a user