Skip to content

Commit 113c6c3

Browse files
committed
Better dot styles
1 parent 5cd63d2 commit 113c6c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cmd/exe/dot.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ import (
88

99
const format = `digraph {
1010
ranksep=.3;
11-
12-
node [shape=box, fixedsize=false, fontsize=12, fontname="Helvetica-bold", fontcolor="#1259FF", width=.25, height=.25, color="black", fillcolor="white", style="filled, solid, bold"];
13-
edge [arrowsize=.5, color="black", style="bold"]
14-
11+
node [shape=oval, fontname="Helvetica-bold"];
1512
%v
1613
%v}
1714
`

0 commit comments

Comments
 (0)