...

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

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

     1classes.red.style.stroke: red
     2grid: {
     3  grid-columns: 2
     4  grid-gap: 10
     5
     6  cell 1.a -> cell 2.b -> cell 3.c.d: {
     7    class: red
     8  }
     9
    10  cell 3: {
    11    c -> e
    12    c.d -> f.g
    13  }
    14  cell 3.f.g -> cell 1.a: {
    15    class: red
    16  }
    17}

View as plain text