fix: Improve labeling of line segments
This commit is contained in:
parent
b1e480a4be
commit
50a489ebb9
@ -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`)
|
||||
|
Loading…
Reference in New Issue
Block a user