Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sequence_diagram] NOTE overlaps. #2194

Closed
bo-ku-ra opened this issue Nov 5, 2024 · 1 comment · Fixed by #2264
Closed

[sequence_diagram] NOTE overlaps. #2194

bo-ku-ra opened this issue Nov 5, 2024 · 1 comment · Fixed by #2264

Comments

@bo-ku-ra
Copy link
Contributor

bo-ku-ra commented Nov 5, 2024

https://play.d2lang.com/?script=hI5BCgIxDEX3gX8HL1APMEJPMiA_Ne24sNEOsxLvLra4LgQCyX-Pv2982nLa7XVYTXa93VkaHxcIIQpJEEh2f0MYIpfsvlZlW2t2VzYIz5sX62-FKNssOuIaYurmCZGPQkjq8nGdtPkBA9IQCfn0-e9vAAAA__8%3D&

shape: sequence_diagram
a
b
c

foo: {
  a -> a: foo\nbar\nfoobar
  a.hoge
  a -> b
  bar: {
    a -> a: foo\nbar\nfoobar
    a.hogehoge
    b -> c
    foobar: {
      a -> a: foo\nbar\nfoobar
      a.fuga
      c -> b
      foobarfoo: {
        a -> a: foo\nbar\nfoobar
        a.fugafuga
        b -> a
      }
    }
  }
}

image

@cyborg-ts cyborg-ts added this to D2 Nov 5, 2024
@jayjang0209
Copy link

Same issue
image

shape: sequence_diagram
alice -> bob
alice -> alice: "Self-messages"
alice -> alice: "Self-messages"
alice -> alice: "Self-messages"
alice -> alice: "Self-messages"

bob."In the eyes of my dog, I'm a man."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants