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

Broken graph arrow order logic #86

Open
M1gael opened this issue Aug 25, 2024 · 0 comments
Open

Broken graph arrow order logic #86

M1gael opened this issue Aug 25, 2024 · 0 comments

Comments

@M1gael
Copy link

M1gael commented Aug 25, 2024

To Reproduce
Enter the following
graph LR
A[Source
192.168.0.8] -->|SYN + Port 80| B[Destination
192.168.0.10]
B -->|SYN/ACK| A
A -->|RST| B

style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#bbf,stroke:#333,stroke-width:2px

Now render and observe that line 2 and 3 (Below Graph LR) are reversed and not displaying in the order expected.*

Expected behavior
Two boxes should appear displaying arrows in the order :
A[Source
192.168.0.8] -->|SYN + Port 80| B[Destination
192.168.0.10]
B -->|SYN/ACK| A
A -->|RST| B

Screenshots
image

Desktop (please complete the following information):

  • Win 11
  • Obsidian Latest as of report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant