5 lines
286 B
XML
5 lines
286 B
XML
|
|
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<rect width="200" height="200" fill="#4CAF50"/>
|
||
|
|
<circle cx="100" cy="100" r="50" fill="#FFF"/>
|
||
|
|
<text x="100" y="110" text-anchor="middle" fill="#4CAF50" font-family="Arial" font-size="16">示例图片</text>
|
||
|
|
</svg>
|