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`)