summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/svg/ByteSVG.m4
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-01 03:01:22 +0000
committerNorbert Preining <norbert@preining.info>2022-12-01 03:01:22 +0000
commit77362f5f4b083c21c2044b0c54d228da42804c72 (patch)
tree232ef82c01eeddcc36e279df6e98c1ac6299ea8d /graphics/circuit_macros/examples/svg/ByteSVG.m4
parentcb9bbbf5f4fdb303e5da460ebf17b50811d06a6a (diff)
CTAN sync 202212010301
Diffstat (limited to 'graphics/circuit_macros/examples/svg/ByteSVG.m4')
-rw-r--r--graphics/circuit_macros/examples/svg/ByteSVG.m438
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/circuit_macros/examples/svg/ByteSVG.m4 b/graphics/circuit_macros/examples/svg/ByteSVG.m4
deleted file mode 100644
index ca059487e7..0000000000
--- a/graphics/circuit_macros/examples/svg/ByteSVG.m4
+++ /dev/null
@@ -1,38 +0,0 @@
-.PS
-# Byte.m4
-gen_init(svg_font(sans-serif,11bp__))
-boxht = 0.2
-boxwid = 3.5
-
-define leftlabel { {"$1" at last box.w ljust} }
-
-down_
-Lab[0]: box; leftlabel( B0STDISBL (reset pin is enabled) )
-Lab[1]: box; leftlabel( WDTON (WDT not always on) )
-Lab[2]: box; leftlabel( SPIEN (allow serial programming) )
-Lab[3]: box; leftlabel( CKOPT (full output swing) )
-Lab[4]: box; leftlabel( EESAVE (don't preserve EEPB0OM over chip erase) )
-Lab[5]: box; leftlabel( BOOTSZ1 )
-Lab[6]: box; leftlabel( BOOTSZ0 )
-Lab[7]: box; leftlabel( BOOTB0ST (boot reset vector at 0x0000) )
-
-boxwid = boxht
-left_
-B0:box "1" with .e at Lab[0].nw + (0.75,0.5)
- box "0"
- box "0"
- box "1"
- box "0"
- box "0"
- box "1"
- box "1"
- box wid 2*boxht "0xc9"
-
-for i=0 to 7 do {
- spline -> ht arrowht*0.7 from B0.s-(i*boxht,0) down boxht/4 \
- then to Lab[0].nw-((i+1)*boxht/2,0) \
- then down Lab[0].nw.y-Lab[i].y then to Lab[i].w
- }
-
- command "</g>" # end font
-.PE