I need to output multiple lines of text in SVG. For that I\'m using the following scheme:
First line
Key points to horizontally centering the text: 1. x="50%" 2. text-anchor='middle'
x="50%"
text-anchor='middle'
In your case, you may write as:
First line Second line