lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / svgio / qa / cppunit / data / FontsizeKeywords.svg
blob9a97983c0136ea12d3e9ef7972bb2c2fbcfdd5a8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg height="600" width="400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <text x="5" y="15" font-size="xx-small" fill="black">Sample</text>
5 <text x="5" y="50" font-size="x-small" fill="white">Sample</text>
6 <text x="5" y="100" font-size="small" fill="gold">Sample</text>
7 <text x="5" y="150" font-size="medium" fill="red">Sample</text>
8 <text x="5" y="200" font-size="large" fill="yellow">Sample</text>
9 <text x="5" y="250" font-size="x-large" fill="blue">Sample</text>
10 <text x="5" y="300" font-size="xx-large" fill="green">Sample</text>
11 <text x="5" y="350" font-size="smaller" fill="coral">Sample</text>
12 <text x="5" y="400" font-size="larger" fill="pink">Sample</text>
13 <text x="5" y="450" font-size="initial" fill="ivory">Sample</text>
14 </svg>