...
1direction: right
2
3a: {
4 k.t -> f.i
5 f.g -> _.s.n
6}
7k
8k.s <-> u.o
9h.m.s -> a.f.g
10
11a.f.j -> u.s.j
12u: {
13 c -> _.s.z.c
14}
15
16s: {
17 n: {
18 style.stroke: red
19 f
20 }
21}
22
23s.n -> y.r: {style.stroke-width: 8; style.stroke: red}
24y.r -> a.g.i: 1\n2\n3\n4
25
26s.n.class: icon
27a.f.i: {
28 label: i\nii
29 class: OutsideTopCenter
30}
31u.s.j.class: OutsideBottomCenter
32u.s: {
33 label: s\ns\ns\ns
34 class: OutsideBottomCenter
35}
36a.f.j.class: [icon; IconOutsideLeftTop]
37u.c: {
38 label: cccccccccccccccccccc
39 class: OutsideRightMiddle
40}
41
42classes: {
43 icon: {
44 icon: https://icons.terrastruct.com/essentials/time.svg
45 }
46
47 OutsideTopLeft.label.near: outside-top-left
48 OutsideTopCenter.label.near: outside-top-center
49 OutsideTopRight.label.near: outside-top-right
50
51 OutsideLeftTop.label.near: outside-left-top
52 OutsideLeftMiddle.label.near: outside-left-center
53 OutsideLeftBottom.label.near: outside-left-bottom
54
55 OutsideRightTop.label.near: outside-right-top
56 OutsideRightMiddle.label.near: outside-right-center
57 OutsideRightBottom.label.near: outside-right-bottom
58
59 OutsideBottomLeft.label.near: outside-bottom-left
60 OutsideBottomCenter.label.near: outside-bottom-center
61 OutsideBottomRight.label.near: outside-bottom-right
62
63 InsideTopLeft.label.near: top-left
64 InsideTopCenter.label.near: top-center
65 InsideTopRight.label.near: top-right
66
67 InsideMiddleLeft.label.near: center-left
68 InsideMiddleCenter.label.near: center-center
69 InsideMiddleRight.label.near: center-right
70
71 InsideBottomLeft.label.near: bottom-left
72 InsideBottomCenter.label.near: bottom-center
73 InsideBottomRight.label.near: bottom-right
74
75 # Icon positions
76 IconOutsideTopLeft.icon.near: outside-top-left
77 IconOutsideTopCenter.icon.near: outside-top-center
78 IconOutsideTopRight.icon.near: outside-top-right
79
80 IconOutsideLeftTop.icon.near: outside-left-top
81 IconOutsideLeftMiddle.icon.near: outside-left-center
82 IconOutsideLeftBottom.icon.near: outside-left-bottom
83
84 IconOutsideRightTop.icon.near: outside-right-top
85 IconOutsideRightMiddle.icon.near: outside-right-center
86 IconOutsideRightBottom.icon.near: outside-right-bottom
87
88 IconOutsideBottomLeft.icon.near: outside-bottom-left
89 IconOutsideBottomCenter.icon.near: outside-bottom-center
90 IconOutsideBottomRight.icon.near: outside-bottom-right
91
92 IconInsideTopLeft.icon.near: top-left
93 IconInsideTopCenter.icon.near: top-center
94 IconInsideTopRight.icon.near: top-right
95
96 IconInsideMiddleLeft.icon.near: center-left
97 IconInsideMiddleCenter.icon.near: center-center
98 IconInsideMiddleRight.icon.near: center-right
99
100 IconInsideBottomLeft.icon.near: bottom-left
101 IconInsideBottomCenter.icon.near: bottom-center
102 IconInsideBottomRight.icon.near: bottom-right
103}
View as plain text