SharedDocsLib/examples/assets/architecture.svg
2026-08-09 17:59:49 +00:00

33 lines
1.7 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="420" viewBox="0 0 1000 420">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop stop-color="#272334"/><stop offset="1" stop-color="#17161d"/>
</linearGradient>
<linearGradient id="accent" x1="0" y1="0" x2="1" y2="1">
<stop stop-color="#aa8bff"/><stop offset="1" stop-color="#6547df"/>
</linearGradient>
</defs>
<rect width="1000" height="420" rx="24" fill="url(#bg)"/>
<g font-family="system-ui,sans-serif" text-anchor="middle">
<g transform="translate(80 125)">
<rect width="210" height="170" rx="18" fill="#34303f" stroke="#534c64"/>
<text x="105" y="76" fill="#b9a8ff" font-size="27" font-weight="700">Python</text>
<text x="105" y="108" fill="#9a96a5" font-size="16">@Page · Components</text>
</g>
<path d="M310 210h100" stroke="#8065ed" stroke-width="5" stroke-linecap="round"/>
<path d="m400 198 14 12-14 12" fill="none" stroke="#8065ed" stroke-width="5"/>
<g transform="translate(430 125)">
<rect width="210" height="170" rx="18" fill="url(#accent)"/>
<text x="105" y="74" fill="white" font-size="26" font-weight="700">Compiler</text>
<text x="105" y="107" fill="#e8e1ff" font-size="16">manifest · assets</text>
</g>
<path d="M660 210h100" stroke="#8065ed" stroke-width="5" stroke-linecap="round"/>
<path d="m750 198 14 12-14 12" fill="none" stroke="#8065ed" stroke-width="5"/>
<g transform="translate(780 125)">
<rect width="140" height="170" rx="18" fill="#34303f" stroke="#534c64"/>
<text x="70" y="74" fill="#b9a8ff" font-size="25" font-weight="700">HTML</text>
<text x="70" y="106" fill="#9a96a5" font-size="15">offline</text>
</g>
</g>
</svg>