summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/RotboxSVG.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/svg/RotboxSVG.m4')
-rw-r--r--graphics/circuit_macros/examples/svg/RotboxSVG.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/circuit_macros/examples/svg/RotboxSVG.m4 b/graphics/circuit_macros/examples/svg/RotboxSVG.m4
index 3d4fbde82b..cb65d317fc 100644
--- a/graphics/circuit_macros/examples/svg/RotboxSVG.m4
+++ b/graphics/circuit_macros/examples/svg/RotboxSVG.m4
@@ -1,5 +1,5 @@
-% Rotbox.m4
.PS
+# RotboxSVG.m4
gen_init
#nclude(dpictools.pic)
@@ -7,7 +7,8 @@ gen_init
Point_(-10)
rotbox(boxwid/2,,thick 2)
Point_(30)
- rotbox(,,shaded "green" outlined "blue",r=0.1) at last []+vec_(boxwid,0)
+ rotbox(,,shaded "yellow" outlined "blue" thick 3,r=0.1) \
+ at last []+vec_(boxwid,0)
"r=0.1" at last []
move to last [].ne
Point_(0)