Drawing issue on not network equipment chain [on nwdiag]

0 votes
asked Jan 16, 2021 in Bug by The-Lu (64,760 points)

Hello PlantUML team,

There is an issue on not network equipment chain (USB, ...) on nwdiag:

@startuml
nwdiag {
  network LAN1 {
      a [address = "a1"];
  }
  network LAN2 {
     a [address = "a2"];
     switch;
  }
  switch -- equip;
  equip -- printer;
}
@enduml


[See on Plantuml server]

Here is the expected result with the same code on nwdiag website:

Thanks for the support,
Regards,
Th.

1 Answer

0 votes
answered Feb 23, 2021 by The-Lu (64,760 points)
 
Best answer

Hello all,

After tests, this is fixed on V1.2021.1.
I just add this on the documentation.

Thanks for PlantUML team,
Regards,
Th.

...