diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-05-21 08:28:34 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-05-21 08:28:34 -0700 |
commit | 10c961855aa432e4a1341fffbc7ee513f5d9e439 (patch) | |
tree | 932d153087344cda6d0b008e0af00a1bbbed5dce /manual_tests | |
parent | f42c3f8181afe5cd3a99c372175da86ac7fda9d0 (diff) | |
download | lines.love-10c961855aa432e4a1341fffbc7ee513f5d9e439.tar.gz |
bugfix: rectangles and squares are now saved
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests index eb0936a..36ea677 100644 --- a/manual_tests +++ b/manual_tests @@ -26,3 +26,6 @@ scrolling: if previous line (above top of screen) wrapped, it scrolls up by only one screen line 'down' arrow with cursor at bottom of screen scrolls down one line (drawings still fully in or out) if cursor line wrapped before, it scrolls down by only one screen line + +persistence: + draw a line, circle, rectangle, square, polygon, quit, restart. All the shapes you drew should still be visible. |