d2 icon indicating copy to clipboard operation
d2 copied to clipboard

constant near keys should be able to be set on containers

Open alixander opened this issue 2 years ago • 8 comments

as long as nothing within is connected to anything outside

direction: right

x -> y: {
  style.stroke: green
}

y -> z: {
  style.stroke: red
}

legend: {
  # This is the TODO
  near: bottom-center
  color1: foo {
    shape: text
    style.font-color: green
  }

  color2: bar {
    shape: text
    style.font-color: red
  }
}

alixander avatar Feb 19 '23 07:02 alixander