To ReproduceEnter 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
Desktop (please complete the following information):
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
*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
Desktop (please complete the following information):