blockdiag / nwdiag

Apache License 2.0
118 stars 20 forks source link

Can't disable drop shadows from network elements #32

Open indigo423 opened 2 years ago

indigo423 commented 2 years ago

When I've used the shadow_style=none setting I still get drop shadows for the networks. See the example below:

{
  shadow_style=none;
  network dmz {
      address = "210.x.x.x/24"

      web01 [address = "210.x.x.1"];
      web02 [address = "210.x.x.2"];
  }
  network internal {
      address = "172.x.x.x/24";

      web01 [address = "172.x.x.1"];
      db01;
      app01;
  }
}

Screenshot 2021-10-11 at 17 33 46