- Hopefully improved the attack displays. Needs checking.
This commit is contained in:
@@ -138,7 +138,9 @@ class AttackThread(threading.Thread):
|
||||
fp.write(l)
|
||||
if l.startswith("digraph"):
|
||||
# Write additional stuff for this graph
|
||||
graphLine("dpi=96")
|
||||
#
|
||||
# [CC][x] This dpi setting messed up quite a bit
|
||||
#graphLine("dpi=96")
|
||||
graphLine("rankdir=TB")
|
||||
graphLine("nodesep=0.1")
|
||||
graphLine("ranksep=0.001")
|
||||
|
||||
Reference in New Issue
Block a user