diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 09:29:35 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 09:29:42 -0700 |
commit | 3f3dbcddde751e06c2f7b79358b3280bc2452bc5 (patch) | |
tree | 101f0d72e3d65b5647487b547cbd40de96d62140 /manual_tests | |
parent | cf38c26bc1025e77dd937b539bd88e6ea20649ac (diff) | |
download | text.love-3f3dbcddde751e06c2f7b79358b3280bc2452bc5.tar.gz |
some more manual tests related to drawings
In the process I notice an issue: we seem to be adding no-op undo records after every drawing operation.
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests index b85e6a1..6101230 100644 --- a/manual_tests +++ b/manual_tests @@ -14,6 +14,11 @@ persistence: draw a line, circle, rectangle, square, polygon, quit, restart. All the shapes you drew should still be visible. select a point and name it, quit, restart. Name is still visible. +undo: + naming points + deleting points + moving points + resize: create a file containing a long line of characters without spaces. try resizing the window vertically and horizontally, as far as possible. |