Skip to content

Commit ffa2d9a

Browse files
Costa ShulyupinCosta Shulyupin
authored andcommitted
*
1 parent 66be433 commit ffa2d9a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Linux_kernel_diagram.dot

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,19 +454,16 @@ digraph matrix {
454454
}
455455
{
456456
graph [rank=same];
457-
node [fontcolor=white];
458457
DM;
459458
NFS;
460459
mmap;
461460
sync;
462461
E0 [fixedsize=true,
463-
fontcolor=white,
464462
height=0,
465463
shape="",
466464
style=invis,
467465
width=0];
468466
bridges [fillcolor="#91b5c9",
469-
fontcolor=white,
470467
shape=octagon,
471468
style="filled,setlinewidth(0)"];
472469
}
@@ -565,8 +562,7 @@ digraph matrix {
565562
bottom [label="© 2007-2019 Constantine Shulyupin http://www.MakeLinux.net/kernel/diagram",
566563
shape=plaintext,
567564
style=""];
568-
H4 -> bottom [style="filled,setlinewidth(3)",
569-
weight=""];
565+
H4 -> bottom [weight=""];
570566
layers [fillcolor=lightgray,
571567
height=0.1,
572568
style="filled,setlinewidth(0)",

0 commit comments

Comments
 (0)