sad-mcp 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -716,6 +716,16 @@ Ellipse: fill #d4e9f7, stroke #2980b9 (1.8px), solid
|
|
|
716
716
|
Ellipse text: #1a1a2e, 11px, weight 500, text-anchor middle
|
|
717
717
|
Actor stick figure: stroke #334155 (2px), human head fill #e0f0ff, system head fill #fef3c7
|
|
718
718
|
Actor label: #1e293b, 11px, weight 600, text-anchor middle
|
|
719
|
+
|
|
720
|
+
Actor SVG template — EXACT coordinates, do not deviate (fixLayout centers on the group origin):
|
|
721
|
+
<circle cx="0" cy="-60" r="14" fill="#e0f0ff" stroke="#334155" stroke-width="2"/>
|
|
722
|
+
<line x1="0" y1="-46" x2="0" y2="-10" stroke="#334155" stroke-width="2"/>
|
|
723
|
+
<line x1="-18" y1="-36" x2="18" y2="-36" stroke="#334155" stroke-width="2"/>
|
|
724
|
+
<line x1="0" y1="-10" x2="-14" y2="14" stroke="#334155" stroke-width="2"/>
|
|
725
|
+
<line x1="0" y1="-10" x2="14" y2="14" stroke="#334155" stroke-width="2"/>
|
|
726
|
+
<text x="0" y="30" text-anchor="middle" font-size="11" font-weight="600" fill="#1e293b"
|
|
727
|
+
font-family="'Noto Sans Hebrew',sans-serif">[Actor label]</text>
|
|
728
|
+
(For system actors: same but head fill #fef3c7, add «system» label at y="44" in IBM Plex Mono 9px #64748b)
|
|
719
729
|
Association line: #334155, 1.8px, no arrowhead
|
|
720
730
|
Include/extend: #7c3aed, 1.6px, dasharray 6 4, open arrowhead, label 9.5px
|
|
721
731
|
Generalization: #334155, 1.8px, hollow triangle (fill white)
|