11// ARCP PHP SDK architecture stack (dark)
22digraph PhpSdkArchitecture {
3- rankdir =TB; bgcolor =" transparent" ; compound =true; fontname =" Helvetica " ;
4- splines =ortho ; nodesep =0.32; ranksep =0.45; pad=" 0.35,0.25" ;
3+ rankdir =TB; bgcolor =" transparent" ; compound =true; fontname =" TT Commons Pro Trial " ;
4+ splines =spline ; nodesep =0.32; ranksep =0.45; pad=" 0.35,0.25" ;
55
66 node [shape =box , style =" rounded,filled" , fillcolor =" #334155" , color =" #475569" ,
7- fontname =" Helvetica " , fontsize =11, fontcolor =" #F1F5F9" ,
7+ fontname =" TT Commons Pro Trial " , fontsize =11, fontcolor =" #F1F5F9" ,
88 margin =" 0.22,0.11" , penwidth=1.0];
9- edge [fontname =" Helvetica " , fontsize =9, fontcolor =" #94A3B8" , color =" #64748B" ,
9+ edge [fontname =" TT Commons Pro Trial " , fontsize =9, fontcolor =" #94A3B8" , color =" #64748B" ,
1010 penwidth=1.1, arrowsize =0.75, arrowhead =vee];
1111
1212 Capability [
@@ -18,7 +18,7 @@ digraph PhpSdkArchitecture {
1818 label =<<TABLE BORDER=" 0" CELLBORDER=" 0" CELLPADDING=" 0" CELLSPACING=" 0" ><TR><TD COLSPAN=" 3" HEIGHT=" 8" ></TD></TR><TR><TD WIDTH=" 8" ></TD><TD><FONT POINT-SIZE=" 12" ><B>ARCP Runtime Layer</B></FONT></TD><TD WIDTH=" 8" ></TD></TR></TABLE>>;
1919 style =" rounded,filled" ;
2020 fillcolor =" #0F172A" ; color =" #334155" ;
21- fontname =" Helvetica " ; fontcolor =" #94A3B8" ;
21+ fontname =" TT Commons Pro Trial " ; fontcolor =" #94A3B8" ;
2222 margin =14; labeljust =l; penwidth=1.0;
2323
2424 Runtime [
@@ -40,7 +40,7 @@ digraph PhpSdkArchitecture {
4040 label =<<TABLE BORDER=" 0" CELLBORDER=" 0" CELLPADDING=" 0" CELLSPACING=" 0" ><TR><TD COLSPAN=" 3" HEIGHT=" 8" ></TD></TR><TR><TD WIDTH=" 8" ></TD><TD><FONT POINT-SIZE=" 12" ><B>Transport Layer</B></FONT></TD><TD WIDTH=" 8" ></TD></TR></TABLE>>;
4141 style =" rounded,filled" ;
4242 fillcolor =" #1E293B" ; color =" #334155" ;
43- fontname =" Helvetica " ; fontcolor =" #94A3B8" ;
43+ fontname =" TT Commons Pro Trial " ; fontcolor =" #94A3B8" ;
4444 margin =14; labeljust =l; penwidth=1.0;
4545
4646 Ws [label =" WebSocket" ];
0 commit comments