Text with letters rotated
<svg width="300" height="100" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" border="black"
style="fill:white;stroke-width:3;stroke:black" />
<text x="10" y="60" font-size="30" text-anchor="start" fill="blue" rotate="20">Some rotated text</text>
</svg>
rotate
in degree clockwise - 0 is the default