blob: e840b351d17d9b40b6856d26e4c05c77bbd35eb6 (
plain)
1
2
3
4
5
6
7
8
|
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!-- Some reference text -->
<text x="10%" y="50%" fill="grey">one</text>
<!-- The same text with a shift -->
<text dx="50%" dy="50%" x="10%" y="50%">two</text>
</svg>
|