| <svg width="800" height="600" viewBox="0 0 400 300" version="1.1" xmlns="http://www.w3.org/2000/svg"> |
| |
| <desc>All text elements should like identical.</desc> |
| |
| <text x="10,50,70" y="20">ABC</text> |
| <text x="10,50,70,90,100" y="40">ABC</text> |
| <text x="10,50,70" y="60">A<tspan>B</tspan>C</text> |
| <text x="10,50,70,90,100" y="80">A<tspan>B</tspan>C</text> |
| |
| <g transform="translate(-5,0)"> |
| <text x="10,50,70" dx="5,5,5" y="120">ABC</text> |
| <text x="10,50,70" dx="5,5,5" y="140">A<tspan>B</tspan>C</text> |
| <text x="10,50,70" dx="5,5,5,10,10" y="160">ABC</text> |
| <text x="10,50,70" dx="5,5,5,10,10" y="180">A<tspan>B</tspan>C</text> |
| </g> |
| |
| </svg> |