aboutsummaryrefslogtreecommitdiff
path: root/src/images/bytefield/mscratch.adoc
blob: 1e83f2c1905f3a2f808dbf62be43467bb3b10f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[bytefield]
----
(defattrs :plain [:plain {:font-family "M+ 1p Fallback" :font-size 24}])
(def row-height 40 )
(def row-header-fn nil)
(def left-margin 100)
(def right-margin 100)
(def boxes-per-row 32)

(draw-box "MXLEN-1" {:span 16 :text-anchor "start" :borders {}})
(draw-box "0" {:span 16 :text-anchor "end" :borders {}})

(draw-box "mscratch" {:font-size 18 :span 32})

(draw-box "MXLEN" {:font-size 24 :span 32 :borders {}})
----