7 lines
379 B
XML
7 lines
379 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="300" viewBox="0 0 400 300">
|
||
<rect width="100%" height="100%" fill="#ffffff"/>
|
||
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="12" fill="#000000">Service Dependencies Diagram
|
||
(SVG placeholder – replace with actual diagram via Mermaid render)
|
||
</text>
|
||
</svg>
|