d2/e2etests/testdata/files/overlapping_child_label.d2
Gavin Nishizawa 10c94c08cd
update test
2023-07-20 11:31:59 -07:00

45 lines
709 B
Text

heyy: {
label.near: bottom-right
yo -> hey
hey.label.near: outside-bottom-right
}
aaaa: {
label.near: top-right
icon.near: top-left
class: icon
bbbb: {
label.near: outside-top-left
icon.near: outside-top-right
class: icon
}
}
cccc: {
label.near: top-right
icon.near: bottom-left
class: icon
dddd: {
label.near: outside-top-right
icon.near: outside-bottom-left
class: icon
}
}
eeeeeeeeeeeeeeeeeee: {
label.near: center-right
icon.near: center-left
class: icon
fffffffffff: {
label.near: outside-right-center
icon.near: outside-left-center
class: icon
}
}
classes: {
icon.icon: https://icons.terrastruct.com/essentials/time.svg
}