d2/e2etests/testdata/files/glob_dimensions.d2

49 lines
673 B
Text
Raw Normal View History

2023-10-20 21:49:09 +00:00
**: {
style.border-radius: 16
}
**: {
&label: end
label: ⬤
shape: circle
height: 10
width: 10
}
**: {
&label: start
label: ⬤
label.near: center-center
style.fill: black
shape: circle
height: 10
width: 10
}
**: {
&shape: diamond
label: ""
height: 20
width: 20
}
start -> Check PIN
Check PIN: {
direction: right
start -> Enter PIN
choice.shape: diamond
Enter PIN -> choice: "/check PIN"
choice -> Enter PIN: "[pin invalid]"
choice -> end: "[pin OK]"
}
Check PIN -> Search Network: "[pin OK]"
Search Network -> Ready: network found
Check PIN -> Off: power off
Search Network -> Off: power off
Ready -> Off: power off