@@ -27,7 +27,7 @@ digraph matrix {
2727 system [color =" #e27dd6ff" ,
2828 fillcolor =white,
2929 fixedsize =true,
30- height =0.4 ,
30+ height =0.3 ,
3131 row=func,
3232 tooltip=TODO,
3333 width =1];
@@ -88,7 +88,7 @@ digraph matrix {
8888 networking [color =" #61c2c5" ,
8989 fillcolor =white,
9090 fixedsize =true,
91- height =0.4 ,
91+ height =0.3 ,
9292 row=func,
9393 width =1];
9494 networking -> networking_ [arrowhead =" " ,
@@ -149,7 +149,7 @@ digraph matrix {
149149 storage [color =" #8383cc" ,
150150 fillcolor =white,
151151 fixedsize =true,
152- height =0.4 ,
152+ height =0.3 ,
153153 row=func,
154154 width =1];
155155 storage -> storage_ [arrowhead =" " ,
@@ -242,7 +242,7 @@ digraph matrix {
242242 processing [color =" #c46747" ,
243243 fillcolor =white,
244244 fixedsize =true,
245- height =0.4 ,
245+ height =0.3 ,
246246 row=func,
247247 width =1];
248248 processing -> processing_ [arrowhead =" " ,
@@ -290,7 +290,9 @@ digraph matrix {
290290 node [color =" #cfbf57ff" ,
291291 style =" filled,setlinewidth(3)"
292292 ];
293- edge [color =" #cfbf57ff" , weight =10];
293+ edge [color =" #cfbf57ff" ,
294+ weight =10
295+ ];
294296 HI_ [color =" #cfbf57ff" ,
295297 fixedsize =true,
296298 height =0,
@@ -300,8 +302,8 @@ digraph matrix {
300302 HI [color =" #cfbf57ff" ,
301303 fillcolor =white,
302304 fixedsize =true,
303- height =0.4,
304305 fontsize =11,
306+ height =0.3,
305307 label =" human\n interface" ,
306308 row=func,
307309 width =1];
@@ -347,30 +349,30 @@ digraph matrix {
347349 ];
348350 system;
349351 networking;
350- system -> networking;
352+ system -> networking [ weight =1] ;
351353 storage;
352- networking -> storage;
354+ networking -> storage [ weight =1] ;
353355 memory [color =" #51bf5b" ,
354356 fillcolor =white,
355357 fixedsize =true,
356- height =0.4 ,
358+ height =0.3 ,
357359 row=func,
358360 width =1];
359- storage -> memory;
361+ storage -> memory [ weight =1] ;
360362 processing;
361363 HI;
362- processing -> HI;
364+ processing -> HI [weight =1];
365+ memory -> processing [weight =1];
363366 functions_ [fixedsize =true,
364367 height =0,
365368 shape =" " ,
366369 style =invis,
367370 width =0];
368- functions_ -> system;
369- memory -> processing;
371+ functions_ -> system [weight =1];
370372 functions [color =gray,
371373 fillcolor =gray,
372374 fixedsize =true,
373- height =0.4 ,
375+ height =0.3 ,
374376 row=func,
375377 style =dashed,
376378 width =0.8];
@@ -561,7 +563,8 @@ digraph matrix {
561563 style =" filled,setlinewidth(3)" ];
562564 }
563565 bottom [label =" © 2007-2019 Constantine Shulyupin http://www.MakeLinux.net/kernel/diagram" ,
564- shape =plaintext style =" " ];
566+ shape =plaintext ,
567+ style =" " ];
565568 H4 -> bottom [style =" filled,setlinewidth(3)" ,
566569 weight =" " ];
567570 layers [fillcolor =lightgray,
@@ -617,6 +620,7 @@ digraph matrix {
617620 style =" filled,setlinewidth(1)" ];
618621 LKD [fontsize =20,
619622 label =" Linux kernel diagram" ,
620- shape =plain style =" " ];
623+ shape =plain,
624+ style =" " ];
621625 LKD -> storage;
622626}
0 commit comments