about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-15 20:57:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-15 20:57:14 -0700
commitc188cd31baf50f6109daa9f598c098acdb43c840 (patch)
tree8f5b03ac4fa1051c0b5f21527fd58004e070e9cb /README.md
parentcad09c0ec1ee9a6408423433d3992f3ad8d0e013 (diff)
downloadtext.love-c188cd31baf50f6109daa9f598c098acdb43c840.tar.gz
tweak to Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ae8e82..0345624 100644
--- a/README.md
+++ b/README.md
@@ -87,8 +87,8 @@ found anything amiss: http://akkartik.name/contact
   So far this app isn't really designed for drawing-heavy files. For now I'm
   targeting mostly-text files with a few drawings mixed in.
 
-* No clipping yet for drawings. In particular, circles and point labels can
-  overflow a drawing.
+* No clipping yet for drawings. In particular, circles/squares/rectangles and
+  point labels can overflow a drawing.
 
 * Insufficient handling of constraints when moving points. For example, if you
   draw a manhattan line and then move one of the points, you may not be able