1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/text-stroke-scaling-01.svg Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> 1.5 + 1.6 + <title>Testcase for stroke-width of text with scaling</title> 1.7 + 1.8 + <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=595209 --> 1.9 + 1.10 + <g transform="scale(2)"> 1.11 + <text x="10, 20, 30" y="30" rotate="0" 1.12 + fill="black" stroke="black" stroke-width="1">abc</text> 1.13 + </g> 1.14 +</svg>