android: Update app-specific/MIME type icons
[LibreOffice.git] / svgio / qa / cppunit / data / tdf156034.svg
blobed14c5fe4aaf4649ba9dc4589acdcf89cb9daa49
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-0 0 300 300">
3 <style>
4 .g1 rect {fill:green;}
5 #g3 rect {fill:green;}
6 </style>
8 <g class="g4 g1">
9 <g class="g2">
10 <rect x="0" y="0" height="50" width="50" fill="blue"></rect>
11 </g>
12 <rect x="60" y="0" height="50" width="50" fill="blue"></rect>
13 </g>
14 <g id="g3">
15 <g id="g4">
16 <rect x="120" y="0" height="50" width="50" fill="blue"></rect>
17 </g>
18 <rect x="180" y="0" height="50" width="50" fill="blue"></rect>
19 </g>
20 </svg>