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 Imports do not correctly position imported content #1787

Open
markallanson opened this issue Dec 20, 2023 · 0 comments
Open

Comments

@markallanson
Copy link

Imports within sequence diagrams appear to hoist the imported content to the top of the sequence diagram.

Using the following example files:

a.d2

a -> b
...@b

b.d2

b -> c

I would expect the generated diagram to be equivalent to:

a -> b
b -> c

but instead it generates a diagram equivalent to:

b -> c
a -> b

image

@cyborg-ts cyborg-ts added this to D2 Dec 20, 2023
@markallanson markallanson changed the title Sequence Diagram Imports do not correct position imported content Sequence Diagram Imports do not correctly position imported content Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant