asciiflow icon indicating copy to clipboard operation
asciiflow copied to clipboard

Corrupted export ascii compared to actual diagram

Open dopedup opened this issue 4 years ago • 1 comments
trafficstars

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│
                              │            │
                              └────────────┘

dopedup avatar Apr 23 '21 07:04 dopedup

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

TimGremalm avatar May 02 '21 20:05 TimGremalm