d2/e2etests/testdata/files/cloud_shaped_grid.d2
2023-11-16 17:33:38 -08:00

27 lines
299 B
Text

vars: {
grid-container: {
label: ""
grid-gap: 10
grid-rows: 1
grid-columns: 4
a
b
c
d
}
}
cloud: {
shape: cloud
...${grid-container}
width: 395
height: 395
}
circle: {
shape: circle
...${grid-container}
width: 395
height: 395
}
direction: right