7 lines
253 B
XML
7 lines
253 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="600" height="600">
|
|
<rect x="0" y="0" width="100%" height="100%" fill="white"/>
|
|
|
|
<text x="100" y="100" font-family="Ahem" font-size="20">ÉAppAÉÉAp</text>
|
|
</svg>
|