d2 icon indicating copy to clipboard operation
d2 copied to clipboard

ELK self reference arrow disappeared

Open alixander opened this issue 3 years ago • 0 comments

direction: right

Turnstile: {
  l: Locked {
    shape: circle
    style.fill: "#fd7373"
  }
  u: Unlocked {
    shape: circle
    style.fill: "#59c061"
  }
  
  l -> l: push
  u -> l: push

  l -> u: coin
  u -> u: coin
}

Before (WIP)

image

After

image

Originally posted by @pleshevskiy in https://github.com/terrastruct/d2/issues/273#issuecomment-1336245945

alixander avatar Dec 03 '22 19:12 alixander