mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* [WIP]feat: add bounding box to path tool * feat: draw bounding box for path tool - register Enter key for finalizing bounding box position - add (WIP)func to select all in bounding box area - add hint data for new state * fix: re-render shape overlays after selection * fix: maintain existing point selection with Shift key * feat: add Shift key support for Enter Key state * fix: set apt name for Enter state's keybind * refactor: remove unnecessary code * refactor: correct hints and remove unneeded code - correct DrawingBox state's footer hints - remove PathToolData's quad and bbox methods * refactor: remove duplicate mouse position vectors