android: Update app-specific/MIME type icons
[LibreOffice.git] / svgio / qa / cppunit / data / tdf156168.svg
blob2cdbd35afd09a3e242ff5934261fb56f8f15caea
1 <?xml version="1.0" encoding="UTF-8"?>
3 <svg version="1.2" baseProfile="tiny"
4 width="100%" height="100%" viewBox="0 0 200 500"
5 xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 style="font-family: 'Times New Roman', serif;
8 font-size:large" >
9 <title>stroke enabled</title>
11 <style type="text/css">
12 #MyRed {
13 fill: red;
15 #MyBlue {
16 fill: blue;
18 .MyLime {
19 stroke: lime;
20 stroke-width: 5;
22 </style>
24 <g id="MyBlue">
25 <rect x="10" y="0" height="50" width="50"></rect>
26 <rect x="10" y="60" height="50" width="50" class="MyLime"></rect>
27 <rect id="MyRed" x="10" y="120" height="50" width="50"></rect>
28 <rect id="MyRed" x="10" y="180" height="50" width="50" class="MyLime"></rect>
29 </g>
30 <rect x="10" y="240" height="50" width="50"></rect>
31 <rect x="10" y="300" height="50" width="50" class="MyLime"></rect>
32 <rect id="MyRed" x="10" y="360" height="50" width="50"></rect>
33 <rect id="MyRed" x="10" y="420" height="50" width="50" class="MyLime"></rect>
34 </svg>