diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 11:19:19 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-06-14 11:19:38 -0700 |
commit | 6894acc2bbca4941b07f51819de41e23932ab66b (patch) | |
tree | 9359435f3037f514ad01c216a89a9878c2cd4a95 /manual_tests | |
parent | dc3b18eb6caffe0fdc5ba262a99aa9452e76d914 (diff) | |
download | text.love-6894acc2bbca4941b07f51819de41e23932ab66b.tar.gz |
more drawing tests
Diffstat (limited to 'manual_tests')
-rw-r--r-- | manual_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual_tests b/manual_tests index 6101230..b97da09 100644 --- a/manual_tests +++ b/manual_tests @@ -6,7 +6,7 @@ Wish I had some static typing here. We're not going to try to write tests to cat -- manual tests drawing - draw a line, circle, rectangle, square, polygon + draw a rectangle, square, polygon select a point and move it select a point and name it |