some fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2021-04-09 21:39:46 +02:00
parent 2e5b9be7c6
commit 8b3762ded6
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,11 @@
BASE_ATTRS=\
color=white \
fontcolor=white
fontcolor=white \
fontname="sans-serif"
GRAPH_ATTRS=\
$(BASE_ATTRS) \
bgcolor=gray8 \
bgcolor=gray8
NODE_ATTRS=\
$(BASE_ATTRS)

4
de.dot
View file

@ -71,13 +71,13 @@ digraph langchart {
n_13 [label="Hat die Sprache einen Garbage Collector?"];
n_12 -> n_13 [label="Ja"];
n_12 -> n_13 [label="Nein"];
n_13 -> good [label="Ja"];
n_13 -> v_good [label="Nein"];
n_14 [label="Wofür wird die Sprache verwendet?"];
n_12 -> n_14 [label="Nein"];
n_12 -> n_14 [label="Ja"];
n_14 -> v_bad [label="CLI App"];
n_14 -> good [label="Embedded Scripting"];
n_14 -> v_good [label="Game Dev"];

4
en.dot
View file

@ -71,13 +71,13 @@ digraph langchart {
n_13 [label="Does the language have a Garbage Collector?"];
n_12 -> n_13 [label="Yes"];
n_12 -> n_13 [label="No"];
n_13 -> good [label="Yes"];
n_13 -> v_good [label="No"];
n_14 [label="What is the language used for?"];
n_12 -> n_14 [label="No"];
n_12 -> n_14 [label="Yes"];
n_14 -> v_bad [label="CLI App"];
n_14 -> good [label="Embedded Scripting"];
n_14 -> v_good [label="Game Dev"];