diff --git a/src/input/header.dot b/src/input/header.dot index e8b319b..86c0d19 100644 --- a/src/input/header.dot +++ b/src/input/header.dot @@ -3,6 +3,6 @@ // Daniel Rojas - 2020 graph G { - graph [rankdir = LR, ranksep=2, fontname = "arial"]; - edge [fontname = "arial"]; - node [shape=record, style=rounded, fontname = "arial"]; + graph [rankdir = "LR", ranksep=2, fontname = "arial", bgcolor="transparent"] + edge [fontname = "arial"] + node [shape="record", style="rounded,filled", fontname = "arial", fillcolor="white"]