From a22ed80aaf99b4b76762c977fcdd8486e4d1ae0d Mon Sep 17 00:00:00 2001 From: Gregory Leeman Date: Sun, 11 Aug 2024 17:26:03 +0100 Subject: [PATCH] lazygit --- TODO.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 723f04f..0000000 --- a/TODO.md +++ /dev/null @@ -1,20 +0,0 @@ -- update pucks so I can use them for both selecting and mixing -- fix canvas background color (currently looks white, acts black?) -- fix flood fill (currently always black and not clean) -- keyboard shortcuts - - important ones are temporary color picker and temporary mixxing -- investigate anti-aliasing solutions -- implement layers - - add/remove layer - - select active layer - - move layer up/down - - hide/show layer - - merge layers -- implement selection - - select rectangle -> replaces current tool set with - - resizie selection - - transform selection - - move selection - - copy selection? - - delete selection - - resize selection