d2/e2etests/testdata/files/shaped_grid_positioning.d2

40 lines
427 B
Text
Raw Normal View History

2023-11-15 22:11:03 +00:00
vars: {
grid-container: {
label: aaaaaaaaaaaaaaa aaaaaaaaaaaaaaa
grid-rows: 2
grid-columns: 2
a
b
c
d
}
}
circle: {
shape: circle
...${grid-container}
}
oval: {
shape: oval
...${grid-container}
}
diamond: {
shape: diamond
...${grid-container}
}
square: {
shape: square
...${grid-container}
}
rect: {
...${grid-container}
}
cloud: {
shape: cloud
...${grid-container}
}