blockdiag / nwdiag

Apache License 2.0
115 stars 18 forks source link

Add local "node_" attributes #41

Open AlekzNet opened 2 years ago

AlekzNet commented 2 years ago

To improve label text formatting, it would be useful to add the ability to use width, height and other attributes "locally", for example:

   network local_nets {
    router;
    node_height = 80;
    address="10.0.1.0/24\n10.0.2.0/24\n10.0.3.0/24";
  } 

Otherwise a part of the label or the address gets stripped and replaced with ....