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.
This commit is contained in:
Kartik K. Agaram 2022-06-14 09:29:35 -07:00
parent cf38c26bc1
commit 3f3dbcddde
1 changed files with 5 additions and 0 deletions

View File

@ -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.