I want to align a text to the right and in this case I have to make the text in a fixed width. Because the text content is dynamically added.
<text>
<tspan x="421" y="15" text-anchor="right"
baseline-shift="0%" kerning="0"
font-family="Arial" font-weight="bold"
font-size="12" fill="#490275" xml:space="preserve">
This is entered by user.
</tspan>
</text>