diff --git a/src/wireviz/Harness.py b/src/wireviz/Harness.py index 10b2f33..39944fc 100644 --- a/src/wireviz/Harness.py +++ b/src/wireviz/Harness.py @@ -98,8 +98,9 @@ class Harness: bgcolor=wv_colors.translate_color(self.options.bgcolor, "HEX"), nodesep='0.33', fontname=self.options.fontname) - # Currently, fontname seems to be the only of these node attributes not overridden for each node. + # Currently, size and fontname seem to be the only of these node attributes not overridden for each node. dot.attr('node', shape='record', + width='0', height='0', margin='0', # Actual size of the node is entirely determined by the label. style='filled', fillcolor='white', fontname=self.options.fontname)