android: Update app-specific/MIME type icons
[LibreOffice.git] / svgio / qa / cppunit / data / tdf156038.svg
blob9835453e7fdd337b2306b41fed768bd02e3fdcf4
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0 0 800 800">
3 <style>
4 .g1 > rect {fill:green;}
5 #g3 > rect {fill:green;}
6 .g4 > #r1 {fill:green;}
7 #g3 > .r5 {fill:green;}
8 </style>
10 <g class="g4 g1">
11 <g class="g2">
12 <rect x="0" y="0" height="50" width="50" fill="blue"></rect>
13 </g>
14 <rect x="60" y="0" height="50" width="50" fill="blue"></rect>
15 </g>
16 <g id="g3">
17 <g id="g4">
18 <rect x="120" y="0" height="50" width="50" fill="blue"></rect>
19 </g>
20 <rect x="180" y="0" height="50" width="50" fill="blue"></rect>
21 </g>
22 <g class="g4 g1">
23 <g>
24 <rect id="r1" x="240" y="0" height="50" width="50" fill="blue"></rect>
25 </g>
26 <rect id="r1" x="300" y="0" height="50" width="50" fill="blue"></rect>
27 </g>
28 <g id="g3">
29 <g id="g4">
30 <rect class="r5" x="360" y="0" height="50" width="50" fill="blue"></rect>
31 </g>
32 <rect class="r5" x="420" y="0" height="50" width="50" fill="blue"></rect>
33 </g>
34 </svg>