Make output background color transparent

This commit is contained in:
Daniel Rojas 2020-05-22 21:34:37 +02:00
parent db73fa5c81
commit ff94b475c4

View File

@ -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"]