Make PNG background white by default

This commit is contained in:
Daniel Rojas 2020-06-03 22:05:26 +02:00
parent 14c4c96ebd
commit 88967a381c

View File

@ -83,7 +83,7 @@ class Harness:
font = 'arial' font = 'arial'
dot.attr('graph', rankdir='LR', dot.attr('graph', rankdir='LR',
ranksep='2', ranksep='2',
bgcolor='transparent', bgcolor='white',
nodesep='0.33', nodesep='0.33',
fontname=font) fontname=font)
dot.attr('node', shape='record', dot.attr('node', shape='record',