From 73464777fe01bf7dc305b1c1a22b913420999011 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 4 Nov 2021 20:34:37 +0000 Subject: [PATCH] add Return to Ritherdon Project Overview .dot file. This is the file used to generate the .png version of the file in the main README.md file. --- .../return-to-ritherdon-project-overview.dot | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 attachments/return-to-ritherdon-project-overview.dot diff --git a/attachments/return-to-ritherdon-project-overview.dot b/attachments/return-to-ritherdon-project-overview.dot new file mode 100644 index 0000000..4b8d1c3 --- /dev/null +++ b/attachments/return-to-ritherdon-project-overview.dot @@ -0,0 +1,29 @@ +digraph overview { + fontname = Arial; + node [fontname = Arial]; + label = "Return to Ritherdon"; + labelloc = top; + style = filled; + color = lightgrey; + fontsize = 20; + subgraph cluster0 { + style = filled; + node [style = filled, color = white]; + color = lightblue; + label = "Personal Flash in Real-Time (I.E. 'Artwork 1')"; + fontsize = 16; + Light; + Midpoint; + Relay; + } + subgraph cluster1 { + label = "The other artworks in the exhibiton/project..."; + fontsize = 16; + color = white; + style = filled; + a5 [label = "Artwork 5"]; + a4 [label = "Artwork 4"]; + a3 [label = "Artwork 3"]; + a2 [label = "Artwork 2"]; + } +}