about summary refs log tree commit diff stats
path: root/manual_tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-21 08:40:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-21 08:41:54 -0700
commit5d8e7a3cc6bde06cd8ef79bae66538b22d34b957 (patch)
tree90d49901aed3507f4984748f47b9cb11b5d1419c /manual_tests
parent10c961855aa432e4a1341fffbc7ee513f5d9e439 (diff)
downloadview.love-5d8e7a3cc6bde06cd8ef79bae66538b22d34b957.tar.gz
several bugfixes
All introduced when I built rectangles and squares in commit e27165cb.
Diffstat (limited to 'manual_tests')
-rw-r--r--manual_tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests
index 36ea677..d16758f 100644
--- a/manual_tests
+++ b/manual_tests
@@ -12,6 +12,10 @@ backspace
   cursor_pos == 0, previous line is a drawing -> delete drawing, cursor still visible at start of line
   cursor_pos == 0, previous line is text -> join lines, cursor still at same character
 
+drawing
+  draw a line, circle, rectangle, square, polygon
+  select a point and move it
+
 enter
   cursor_pos == 0 -> insert empty line above current line