This commit is contained in:
parent
66be4331ed
commit
ffa2d9a236
|
@ -454,19 +454,16 @@ digraph matrix {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
graph [rank=same];
|
graph [rank=same];
|
||||||
node [fontcolor=white];
|
|
||||||
DM;
|
DM;
|
||||||
NFS;
|
NFS;
|
||||||
mmap;
|
mmap;
|
||||||
sync;
|
sync;
|
||||||
E0 [fixedsize=true,
|
E0 [fixedsize=true,
|
||||||
fontcolor=white,
|
|
||||||
height=0,
|
height=0,
|
||||||
shape="",
|
shape="",
|
||||||
style=invis,
|
style=invis,
|
||||||
width=0];
|
width=0];
|
||||||
bridges [fillcolor="#91b5c9",
|
bridges [fillcolor="#91b5c9",
|
||||||
fontcolor=white,
|
|
||||||
shape=octagon,
|
shape=octagon,
|
||||||
style="filled,setlinewidth(0)"];
|
style="filled,setlinewidth(0)"];
|
||||||
}
|
}
|
||||||
|
@ -565,8 +562,7 @@ digraph matrix {
|
||||||
bottom [label="© 2007-2019 Constantine Shulyupin http://www.MakeLinux.net/kernel/diagram",
|
bottom [label="© 2007-2019 Constantine Shulyupin http://www.MakeLinux.net/kernel/diagram",
|
||||||
shape=plaintext,
|
shape=plaintext,
|
||||||
style=""];
|
style=""];
|
||||||
H4 -> bottom [style="filled,setlinewidth(3)",
|
H4 -> bottom [weight=""];
|
||||||
weight=""];
|
|
||||||
layers [fillcolor=lightgray,
|
layers [fillcolor=lightgray,
|
||||||
height=0.1,
|
height=0.1,
|
||||||
style="filled,setlinewidth(0)",
|
style="filled,setlinewidth(0)",
|
||||||
|
|
Loading…
Reference in New Issue