...

Text file src/oss.terrastruct.com/d2/e2etests/testdata/files/cloud_shaped_grid.d2

Documentation: oss.terrastruct.com/d2/e2etests/testdata/files

     1vars: {
     2  grid-container: {
     3    label: ""
     4    grid-gap: 10
     5    grid-rows: 1
     6    grid-columns: 4
     7    a
     8    b
     9    c
    10    d
    11  }
    12}
    13cloud: {
    14  shape: cloud
    15  ...${grid-container}
    16  width: 395
    17  height: 395
    18}
    19
    20circle: {
    21  shape: circle
    22  ...${grid-container}
    23  width: 395
    24  height: 395
    25}
    26
    27direction: right

View as plain text