Make PNG background white by default
This commit is contained in:
parent
14c4c96ebd
commit
88967a381c
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user