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

(draw-box "31" {:span 31 :text-anchor "start" :borders {}})
(draw-box "0" {:borders {}})

(draw-box "htimedelta" {:font-size 20 :span 32})
(draw-box "htimedeltah" {:font-size 20 :span 32})

(draw-box "32" {:span 32 :borders {}})
----