Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / small-fonts-2.svg
blob309c204599d5c790395f044e2b5134d07147fbf2
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg
5 xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 viewBox="0 0 100 100"
9 <g transform="matrix(0.1 0 0 0.1 10 10)">
10 <text font-family="'Arial'" font-size="120px">0,1,2,3,4</text>
11 </g>
12 <g transform="matrix(1 0 0 1 10 25)">
13 <text font-family="'Arial'" font-size="12px">0,1,2,3,4</text>
14 </g>
15 <g transform="matrix(12 0 0 12 10 40)">
16 <text font-family="'Arial'" font-size="1px">0,1,2,3,4</text>
17 </g>
18 <g transform="matrix(24 0 0 24 10 55)">
19 <text font-family="'Arial'" font-size="0.5px">0,1,2,3,4</text>
20 </g>
21 <g
22 transform="matrix(0.3 0 0 0.3 10 65)"
24 <text font-family="'Courier'" font-size="9">
25 <tspan x="0" y="0">For this test case to be successful, all</tspan>
26 <tspan x="0" y="15">lines of text must look the same. In Safari </tspan>
27 <tspan x="0" y="30">Beta 3, a text with a font size of 1 or smaller</tspan>
28 <tspan x="0" y="45">is not painted correctly, even if the coordinate</tspan>
29 <tspan x="0" y="60">transformations make it equivalent.</tspan>
30 <tspan x="0" y="75">Bug 14242</tspan>
31 </text>
32 </g>
33 </svg>