From c188cd31baf50f6109daa9f598c098acdb43c840 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 15 Jun 2022 20:57:14 -0700 Subject: [PATCH] tweak to Readme --- README.md | 4 ++-- 1 file 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