zimmermann@webkit.org | 2879b16 | 2011-02-03 14:46:25 +0000 | [diff] [blame] | 1 | <svg xmlns='http://www.w3.org/2000/svg'> |
2 | <text x='10' y='30'>The two words should be the same size:</text> | ||||
3 | <text x='10' y='12' transform='scale(15)'> | ||||
4 | <tspan style='font-size:0.5px'>TINY</tspan> | ||||
5 | <tspan style='font-size:0.499999px'>TINY</tspan> | ||||
6 | </text> | ||||
7 | </svg> |