Files
librsvg/rsvg_convert/tests/fixtures/hello-world.svg

12 lines
267 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
<style>
text {
font: 50px Sans;
fill: black;
}
</style>
<text x="50" y="100">Hello world!</text>
<text transform="translate(50, 200) rotate(45)">Hello again!</text>
</svg>