summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 05:01:36 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 05:01:36 +0100
commitcae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e (patch)
tree76553108325ab23a123269cfe8fa3bd8e5845e81 /docs
parentfdc99e5bf619daf46b9f3508827a79e329b0da9b (diff)
downloadiced-cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e.tar.gz
iced-cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e.tar.bz2
iced-cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e.zip
Remove high contrast from graphs
Diffstat (limited to 'docs')
-rw-r--r--docs/graphs/core.dot6
-rw-r--r--docs/graphs/core.pngbin16123 -> 13172 bytes
-rw-r--r--docs/graphs/ecosystem.dot27
-rw-r--r--docs/graphs/ecosystem.pngbin51911 -> 44705 bytes
-rwxr-xr-xdocs/graphs/generate.sh6
-rw-r--r--docs/graphs/iced.dot23
-rw-r--r--docs/graphs/iced.pngbin32794 -> 26302 bytes
-rw-r--r--docs/graphs/native.dot23
-rw-r--r--docs/graphs/native.pngbin27637 -> 24980 bytes
-rw-r--r--docs/graphs/web.dot6
-rw-r--r--docs/graphs/web.pngbin13023 -> 11717 bytes
-rw-r--r--docs/graphs/wgpu.dot14
-rw-r--r--docs/graphs/wgpu.pngbin20091 -> 16570 bytes
-rw-r--r--docs/graphs/winit.dot14
-rw-r--r--docs/graphs/winit.pngbin17051 -> 15892 bytes
15 files changed, 58 insertions, 61 deletions
diff --git a/docs/graphs/core.dot b/docs/graphs/core.dot
index a52dfbb9..93724927 100644
--- a/docs/graphs/core.dot
+++ b/docs/graphs/core.dot
@@ -1,13 +1,13 @@
digraph G {
fontname = "Roboto";
newrank=true;
- node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
+ node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
+ edge[color="#333333"];
{ rank = same; iced_native iced_web }
iced_core -> iced_native [style=dashed];
iced_core -> iced_web [style=dashed];
- iced_core [style=dashed, fontcolor=black];
-
+ iced_core [style=dashed];
}
diff --git a/docs/graphs/core.png b/docs/graphs/core.png
index a5002c9b..0b14ab6c 100644
--- a/docs/graphs/core.png
+++ b/docs/graphs/core.png
Binary files differ
diff --git a/docs/graphs/ecosystem.dot b/docs/graphs/ecosystem.dot
index e6c1af94..609cf726 100644
--- a/docs/graphs/ecosystem.dot
+++ b/docs/graphs/ecosystem.dot
@@ -1,19 +1,19 @@
digraph G {
fontname = "Roboto";
newrank=true;
- node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
+ node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
+ edge[color="#333333"];
subgraph cluster_1 {
label = "renderers ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_1 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_1 [label="...", style=solid, shape=none];
iced_wgpu;
}
@@ -21,13 +21,12 @@ digraph G {
label = "shells ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_2 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_2 [label="...", style=solid, shape=none];
iced_winit;
}
@@ -51,9 +50,7 @@ digraph G {
iced -> "cross-platform application";
- iced_core [style=dashed, fontcolor=black];
- iced [width=1, height=0.6, style="filled", fontcolor=white, color="#474973"];
+ iced_core [style=dashed];
-
- "cross-platform application" [shape=box3d, style="solid", width=2.8, height=0.6, fontcolor="#474973"];
+ "cross-platform application" [shape=box, width=2.8, height=0.6];
}
diff --git a/docs/graphs/ecosystem.png b/docs/graphs/ecosystem.png
index 647c22ab..03fe1130 100644
--- a/docs/graphs/ecosystem.png
+++ b/docs/graphs/ecosystem.png
Binary files differ
diff --git a/docs/graphs/generate.sh b/docs/graphs/generate.sh
new file mode 100755
index 00000000..45073820
--- /dev/null
+++ b/docs/graphs/generate.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+for file in *.dot
+do
+ dot -Tpng ${file} -o ${file%.*}.png
+done
diff --git a/docs/graphs/iced.dot b/docs/graphs/iced.dot
index c049bf95..24dbb972 100644
--- a/docs/graphs/iced.dot
+++ b/docs/graphs/iced.dot
@@ -1,19 +1,19 @@
digraph G {
fontname = "Roboto";
newrank=true;
- node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
+ node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
+ edge[color="#333333"];
subgraph cluster_1 {
label = "renderers ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_1 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_1 [label="...", style=solid, shape=none];
iced_wgpu;
}
@@ -21,13 +21,12 @@ digraph G {
label = "shells ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_2 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_2 [label="...", style=solid, shape=none];
iced_winit;
}
@@ -43,5 +42,5 @@ digraph G {
iced_wgpu -> iced;
iced_web -> iced;
- iced [width=1, height=0.6, style="filled", fontcolor=white, color="#474973"];
+ iced;
}
diff --git a/docs/graphs/iced.png b/docs/graphs/iced.png
index dcdd9cd3..5d4a35bc 100644
--- a/docs/graphs/iced.png
+++ b/docs/graphs/iced.png
Binary files differ
diff --git a/docs/graphs/native.dot b/docs/graphs/native.dot
index 3bc654a5..b57736b5 100644
--- a/docs/graphs/native.dot
+++ b/docs/graphs/native.dot
@@ -1,19 +1,19 @@
digraph G {
fontname = "Roboto";
newrank=true;
- node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
+ node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
+ edge[color="#333333"];
subgraph cluster_1 {
label = "renderers ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_1 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_1 [label="...", style=solid, shape=none];
iced_wgpu;
}
@@ -21,13 +21,12 @@ digraph G {
label = "shells ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_2 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_2 [label="...", style=solid, shape=none];
iced_winit;
}
@@ -38,5 +37,5 @@ digraph G {
iced_native -> iced_wgpu;
iced_native -> iced_winit;
- iced_core [style=dashed, fontcolor=black];
+ iced_core [style=dashed];
}
diff --git a/docs/graphs/native.png b/docs/graphs/native.png
index fbcad808..892e4fee 100644
--- a/docs/graphs/native.png
+++ b/docs/graphs/native.png
Binary files differ
diff --git a/docs/graphs/web.dot b/docs/graphs/web.dot
index 06c05176..853ca398 100644
--- a/docs/graphs/web.dot
+++ b/docs/graphs/web.dot
@@ -1,12 +1,12 @@
digraph G {
fontname = "Roboto";
newrank=true;
- node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
+ node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
+ edge[color="#333333"];
iced_core -> iced_web [style=dashed];
iced_web -> iced;
- iced_core [style=dashed, fontcolor=black];
- iced [width=1, height=0.6, style="filled", fontcolor=white, color="#474973"];
+ iced_core [style=dashed];
}
diff --git a/docs/graphs/web.png b/docs/graphs/web.png
index 6db04087..e6a1a5f6 100644
--- a/docs/graphs/web.png
+++ b/docs/graphs/web.png
Binary files differ
diff --git a/docs/graphs/wgpu.dot b/docs/graphs/wgpu.dot
index dc2d7cc8..410c2eeb 100644
--- a/docs/graphs/wgpu.dot
+++ b/docs/graphs/wgpu.dot
@@ -1,19 +1,19 @@
digraph G {
fontname = "Roboto";
newrank=true;
- node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
+ node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
+ edge[color="#333333"];
subgraph cluster_1 {
label = "renderers ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_1 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_1 [label="...", style=solid, shape=none];
iced_wgpu;
}
@@ -28,6 +28,4 @@ digraph G {
iced_native -> iced_wgpu;
iced_wgpu -> iced;
-
- iced [width=1, height=0.6, style="filled", fontcolor=white, color="#474973"];
}
diff --git a/docs/graphs/wgpu.png b/docs/graphs/wgpu.png
index 00ae76ce..4831caba 100644
--- a/docs/graphs/wgpu.png
+++ b/docs/graphs/wgpu.png
Binary files differ
diff --git a/docs/graphs/winit.dot b/docs/graphs/winit.dot
index c31f869b..4ea5149a 100644
--- a/docs/graphs/winit.dot
+++ b/docs/graphs/winit.dot
@@ -1,19 +1,19 @@
digraph G {
fontname = "Roboto";
newrank=true;
- node[fontname = "Roboto", style=filled, fontcolor=white, color="#474973"];
+ node[fontname = "Roboto", style="filled", fontcolor="#333333", fillcolor=white, color="#333333"];
+ edge[color="#333333"];
subgraph cluster_2 {
label = "shells ";
labelloc = "b";
labeljust = "r";
- fontcolor = "#ffffff";
- color="#8797AF";
- bgcolor="#8797AF";
+ fontcolor = "#0366d6";
+ color="#f6f8fa";
+ bgcolor="#f6f8fa";
style=rounded;
- node [fillcolor=white, color=white, fontcolor=black];
- etc_2 [label="...", style=empty, shape=none, fontcolor=white];
+ etc_2 [label="...", style=solid, shape=none];
iced_winit;
}
@@ -28,6 +28,4 @@ digraph G {
iced_native -> iced_winit;
iced_winit -> iced;
-
- iced [width=1, height=0.6, style="filled", fontcolor=white, color="#474973"];
}
diff --git a/docs/graphs/winit.png b/docs/graphs/winit.png
index ef8b98dc..1c028b29 100644
--- a/docs/graphs/winit.png
+++ b/docs/graphs/winit.png
Binary files differ