5 lines
330 B
XML
5 lines
330 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="120" viewBox="0 0 240 120" role="img" aria-label="Test image">
|
|
<rect width="240" height="120" fill="#0b4f7a"/>
|
|
<text x="50%" y="50%" fill="#ffffff" font-family="Arial, sans-serif" font-size="24" text-anchor="middle" dominant-baseline="middle">Image OK</text>
|
|
</svg>
|