From 88967a381c759ca13010e8300b7121d2fa3a8feb Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Wed, 3 Jun 2020 22:05:26 +0200 Subject: [PATCH] Make PNG background white by default --- src/wireviz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wireviz.py b/src/wireviz.py index 5732596..0929a38 100755 --- a/src/wireviz.py +++ b/src/wireviz.py @@ -83,7 +83,7 @@ class Harness: font = 'arial' dot.attr('graph', rankdir='LR', ranksep='2', - bgcolor='transparent', + bgcolor='white', nodesep='0.33', fontname=font) dot.attr('node', shape='record',