summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/shapes.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/shapes.m4')
-rw-r--r--graphics/circuit_macros/examples/shapes.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/circuit_macros/examples/shapes.m4 b/graphics/circuit_macros/examples/shapes.m4
index 08962e9f85..914778c73c 100644
--- a/graphics/circuit_macros/examples/shapes.m4
+++ b/graphics/circuit_macros/examples/shapes.m4
@@ -64,7 +64,8 @@ define(`cone3D',`[ Start: (0,0)
line from P to End outlined rgbstring(ql,ql,ql) `$5'
if !b then { WB: P; b = 1 }
} else { if b then { BW: P; b = 0 } } }
- if vlength(CL.x,CL.y) != 0 then { Perp: (vperp(CL,radc,R)) } else { Perp: (radc,0) }
+ if vlength(CL.x,CL.y) != 0 then { Perp: (vperp(CL,radc,R)) } \
+ else { Perp: (radc,0) }
if cs >= 0 then { T: End; B: Start } else {T: Start; B: End }
rpoint_(from Start to Perp)
pout = (vlength(End.x,End.y) > abs(radc*cs))