mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Allow stretched-resizing
This commit is contained in:
@ -74,6 +74,7 @@ DEFAULT_STROKE_WIDTH = 4
|
||||
# For keyboard interactions
|
||||
CTRL_SYMBOL = 65508
|
||||
SHIFT_SYMBOL = 65505
|
||||
COMMAND_SYMBOL = 65517
|
||||
DELETE_SYMBOL = 65288
|
||||
ARROW_SYMBOLS = list(range(65361, 65365))
|
||||
|
||||
|
Reference in New Issue
Block a user