d2/e2etests/testdata/files/overlapping_child_label.d2

46 lines
709 B
Text
Raw Normal View History

2023-07-17 22:47:27 +00:00
heyy: {
label.near: bottom-right
yo -> hey
hey.label.near: outside-bottom-right
}
2023-07-20 18:31:59 +00:00
aaaa: {
2023-07-17 22:47:27 +00:00
label.near: top-right
icon.near: top-left
class: icon
2023-07-20 18:31:59 +00:00
bbbb: {
2023-07-17 22:47:27 +00:00
label.near: outside-top-left
icon.near: outside-top-right
class: icon
}
}
2023-07-20 18:31:59 +00:00
cccc: {
2023-07-17 22:47:27 +00:00
label.near: top-right
icon.near: bottom-left
class: icon
2023-07-20 18:31:59 +00:00
dddd: {
2023-07-17 22:47:27 +00:00
label.near: outside-top-right
icon.near: outside-bottom-left
class: icon
}
}
2023-07-20 18:31:59 +00:00
eeeeeeeeeeeeeeeeeee: {
label.near: center-right
icon.near: center-left
class: icon
fffffffffff: {
label.near: outside-right-center
icon.near: outside-left-center
class: icon
}
}
2023-07-17 22:47:27 +00:00
classes: {
icon.icon: https://icons.terrastruct.com/essentials/time.svg
}