lewish / asciiflow

ASCIIFlow
https://asciiflow.com
MIT License
4.53k stars 357 forks source link

Corrupted export ascii compared to actual diagram #188

Open dopedup opened 3 years ago

dopedup commented 3 years ago

My actual diagram:

image

Diagram shown in export box:

                              ┌────────────┐
                              │   server   │
                              │ DHCPServer │
                              │            │
                              └─────┬──────┘
                                    │if01
                                    │
                                    │
                                    │if01
     ┌─────────────┐          ┌─────┴──────┐
        ┌─────────────┐
     │             │if01  if02│            │if03 if01│   client1   │
     │    ixia     ├──────────┤   switch   ├─────────┤ DHCPClient1 │
     │             │          │            │
        │             │
     └─────────────┘          └─────┬──────┘
        └─────────────┘
                                    │if04
                                    │
                                    │
                                    │if01
                              ┌─────┴──────┐
                              │   client2  │
                              │ DHCPClient2│
                              │            │
                              └────────────┘
TimGremalm commented 3 years ago

I stumbled on this as well, it seems to be the same problem as https://github.com/lewish/asciiflow/issues/185