mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
8 lines
200 B
XML
8 lines
200 B
XML
<?xml version="1.0"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="750">
|
|
<style type="text/css">
|
|
.t { font: 20px monospace; }
|
|
</style>
|
|
<text id="text" x="5" class="t" y="25">abc</text>
|
|
</svg>
|