summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/AudioSVG.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/svg/AudioSVG.m4')
-rw-r--r--graphics/circuit_macros/examples/svg/AudioSVG.m430
1 files changed, 20 insertions, 10 deletions
diff --git a/graphics/circuit_macros/examples/svg/AudioSVG.m4 b/graphics/circuit_macros/examples/svg/AudioSVG.m4
index 116f155e58..709fdf4c25 100644
--- a/graphics/circuit_macros/examples/svg/AudioSVG.m4
+++ b/graphics/circuit_macros/examples/svg/AudioSVG.m4
@@ -1,5 +1,5 @@
.PS
-# `Audio.m4'
+# `AudioSVG.m4'
cct_init(svg_font(sans-serif,11bp__,2bp__))
define(`In123',`
@@ -44,14 +44,6 @@ L:[
thicklines_
] with .sw at last [].se+(0.35,0)
[
- M: microphone
- `"microphone"' at M.s+(0,-0.2) below
- In123(M)
- thinlines_
- arrow <- from M.Circle.n up 0.15 ; "svg_it(Circle)" above
- thicklines_
- ] with .sw at last [].se+(0.4,0)
-[
Z: buzzer
`"buzzer"' at Z.s+(0,-0.2) below
In123(Z)
@@ -69,6 +61,24 @@ R:[
"svg_it(Face)" wid 0.5 at Here above
thicklines_
] with .sw at last [].se+(0.4,0)
+[
+ M: microphone
+ `"microphone"' wid 60bp__ at M.s+(0,-0.2) below
+ In123(M)
+ thinlines_
+ arrow <- from M.Circle.n up 0.15 ; "svg_it(Circle)" above
+ thicklines_
+ ] with .sw at last [].se+(0.4,0)
+[
+ M: microphone(A)
+ "`microphone(A)'" at M.s+(0,-0.2) #below
+ thinlines_
+ arrow <- from M.Head.e+(0,0.05) right 0.2; "svg_it(Head)" wid 40bp__ ljust
+ spline 0.5 <- from M.Head.b down 0.05 right 0.1 then right 0.1
+ "svg_it(Head.b)" ljust
+ arrow <- from M.Stand.s right 0.2; "svg_it(Stand.s)" ljust
+ thicklines_
+ ] with .n at last [].s+(0,-0.2)
[[
E: earphone
`"earphone"' at E.s+(0,-0.2) below
@@ -87,7 +97,7 @@ R:[
"svg_it(C)" at E.C
thicklines_
] with .sw at last [].se+(0.4,0)
-] with .n at (0.5 between L and R,L.s)+(0,-0.2)
+] with .n at (0.5 between L and R,L.s)+(0.5,-0.2)
command "</g>" # end font
.PE