From ff94b475c496e3c4aaafa71aa82b9ac14a6b556a Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Fri, 22 May 2020 21:34:37 +0200 Subject: [PATCH] Make output background color transparent --- src/input/header.dot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]