blockdiag / nwdiag

Apache License 2.0
115 stars 18 forks source link

More then 2 network does not render correctly #28

Closed ankurshah7 closed 4 years ago

ankurshah7 commented 4 years ago

I am using nwdiag via plantuml.com online tool. When I try to add 3rd network, it draws 3rd network on top of 2nd network.

@startuml nwdiag { network External { address = "192.168.x.0/24" Router1 [address = "192.168.12.1"]; Router2 [address = "192.168.x.21"]; Router3 [address = "192.168.x.25"] }

network Internal1 { address = "192.168.y.0/24"; Router2 [address = "192.168.y.1"]; }

network Internal2 { address = "192.168.z.0/24"; Router3 [address = "192.168.z.1"]; } } @enduml

ankurshah7 commented 4 years ago

Ok. This issue only exist for plantUML online tool. I am able to create correct picture with >2 networks using nwdiag tool.