4 lines
268 B
XML
4 lines
268 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="140">
|
|
<rect fill="#eee" width="100%" height="100%"/>
|
|
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" fill="#666" font-family="Arial, sans-serif" font-size="20">No Image</text>
|
|
</svg> |