mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-01-13 20:53:25 +01:00
[Dev] Add selection tool #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dscyrescotti on GitHub (Jul 5, 2024).
Originally assigned to: @dscyrescotti on GitHub.
Description
So far, the canvas is missing selection tool which allows to pick an element or elements and perform move, scale (if it is photo) and delete. Even though the requirements are well defined, it might be super large and complicated because it has ton of unexpected edge cases (I cannot think of) and potential conflict with existing render pipeline.
The basic goals for selection tool are defined as follows.