oliver | 98d5238 | 2007-10-12 10:47:18 +0000 | [diff] [blame] | 1 | <svg width="800" height="600" viewBox="0 0 400 300" version="1.1" xmlns="http://www.w3.org/2000/svg"> |
| 2 | |
| 3 | <desc>All text elements should like identical.</desc> |
| 4 | |
| 5 | <text x="10,100,70" y="20">A<tspan x="40">B</tspan>C</text> |
| 6 | <text x="0,0,70" y="40"><tspan x="10,40">AB</tspan>C</text> |
| 7 | |
| 8 | <g transform="translate(-10,0)"> |
| 9 | <text dx="10,10,10" x="10,100,70" y="60">A<tspan x="40">B</tspan>C</text> |
| 10 | <text dx="10,10,10" x="0,0,70" y="80"><tspan x="10,40">AB</tspan>C</text> |
| 11 | </g> |
| 12 | |
| 13 | <g transform="translate(-10,0)"> |
| 14 | <text dx="10,1000,10" x="10,100,70" y="100">A<tspan dx="10" x="40">B</tspan>C</text> |
| 15 | <text dx="1000,10,10" x="0,0,70" y="120"><tspan dx="10" x="10,40">AB</tspan>C</text> |
| 16 | </g> |
| 17 | |
| 18 | <g transform="translate(-10,0)"> |
| 19 | <text dx="10,1000,10" x="10,100,70" y="140">A<tspan dx="10" x="40">B</tspan>C</text> |
zimmermann@webkit.org | 65ac5a7 | 2010-10-02 08:08:26 +0000 | [diff] [blame] | 20 | <text dx="10" x="0,0,80" y="160"><tspan x="10,50,170">AB</tspan>C</text> |
oliver | 98d5238 | 2007-10-12 10:47:18 +0000 | [diff] [blame] | 21 | </g> |
| 22 | |
| 23 | </svg> |