5 lines
379 B
XML
5 lines
379 B
XML
|
|
<svg width="200" height="300" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<rect width="200" height="300" fill="#f8f9fa" stroke="#dee2e6" stroke-width="2" rx="8"/>
|
||
|
|
<rect x="10" y="10" width="180" height="40" fill="#ffffff" stroke="#dee2e6" stroke-width="1" rx="4"/>
|
||
|
|
<text x="100" y="35" font-family="Arial" font-size="14" fill="#666" text-anchor="middle">Minimal Frame</text>
|
||
|
|
</svg>
|