Skip to content

Commit d318687

Browse files
nficanoclaude
andcommitted
Harmonize Graphviz diagrams with the ARCP design system
Mechanical restyle applied to every .dot/.svg pair: - fontname: Helvetica/Inter → TT Commons Pro Trial - splines: ortho → spline (curved edges) - shape=ellipse → shape=box with style="rounded[,filled]" Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a390aef commit d318687

4 files changed

Lines changed: 116 additions & 116 deletions

File tree

docs/diagrams/architecture-dark.dot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// ARCP PHP SDK architecture stack (dark)
22
digraph 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

Comments
 (0)