summaryrefslogtreecommitdiff
path: root/rsvg_convert/tests/fixtures/hello-world.svg
blob: 45a65c0fe7a621f45db5d70432ed65547af16c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>