From c188cd31baf50f6109daa9f598c098acdb43c840 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 15 Jun 2022 20:57:14 -0700 Subject: 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 -- cgit 1.4.1-2-gfad0 e='hlt' selected='selected'>hlt Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/archive/0.vm.arc/buffered-stdin.mu
blob: 9a7bc7ae8934454945591890f2b460ddeab77a37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28