fix(web/tvl): Elevate edef to have a direct edge
This commit is contained in:
parent
2d89125428
commit
9a666bbed5
1 changed files with 2 additions and 2 deletions
|
@ -59,9 +59,9 @@ digraph tvl {
|
||||||
google -> tazjin;
|
google -> tazjin;
|
||||||
eve -> tazjin;
|
eve -> tazjin;
|
||||||
unspecific -> tazjin;
|
unspecific -> tazjin;
|
||||||
|
edef -> tazjin;
|
||||||
|
|
||||||
// via nix
|
// via nix
|
||||||
edef -> nix;
|
|
||||||
jusrin -> nix;
|
jusrin -> nix;
|
||||||
ghuntley -> nix;
|
ghuntley -> nix;
|
||||||
flokli -> nix;
|
flokli -> nix;
|
||||||
|
@ -126,7 +126,7 @@ digraph tvl {
|
||||||
puck -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
puck -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
qyliss -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
qyliss -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
glittershark -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
glittershark -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
|
edef -> nix [weight=0 style="dotted" color="grey" arrowhead="none"];
|
||||||
cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
cynthia -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
||||||
eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
eta -> baby [weight=0 style="dotted" arrowhead="none" color="pink"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue