From 50a489ebb9632312d9996c4b7b0b963f57ee9270 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 17 Jan 2024 15:12:50 -0800 Subject: [PATCH] fix: Improve labeling of line segments --- src/adapptlet.civet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/adapptlet.civet b/src/adapptlet.civet index 73ea846..65fe4ee 100644 --- a/src/adapptlet.civet +++ b/src/adapptlet.civet @@ -378,7 +378,8 @@ function jToG( when 'line' (`Midpoint(${name})` + ` + Rotate(Direction(${name})` - + `*Length(${name})*0.02, pi/2)`) + + `*Length(${name})*0.025/Length(Direction(${name})),` + + `pi/2)`) when 'circle' (`Center(${name})` + ` + Radius(${name})*Vector((12/13,5/13))*1.03`) -- 2.34.1