diff options
Diffstat (limited to 'docs/graphs/winit.dot')
-rw-r--r-- | docs/graphs/winit.dot | 14 |
1 files changed, 6 insertions, 8 deletions
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"]; } |