1<text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle">Text</text>
1<svg width="200" height="100">
2 <rect x="0" y="0" width="200" height="100" stroke="red" stroke-width="3px" fill="white"/>
3 <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle">TEXT</text>
4</svg>