android: Update app-specific/MIME type icons
[LibreOffice.git] / svgio / qa / cppunit / data / tdf155814.svg
blob5ac2e8297379344435d38e44afc2127f025a6e9a
1 <svg
2 width="100%"
3 height="100%"
4 viewBox="0 0 150 500"
5 preserveAspectRatio="xMidYMid meet"
6 xmlns="http://www.w3.org/2000/svg"
7 xmlns:xlink="http://www.w3.org/1999/xlink">
8 <!-- ref -->
9 <defs>
10 <g id="circles">
11 <circle cx="30" cy="30" r="20" fill="blue" fill-opacity="0.5" />
12 </g>
13 </defs>
14 <clipPath id="myClip">
15 <!--
16 Everything outside the circle will be
17 clipped and therefore invisible.
18 -->
19 <circle r="35" />
20 </clipPath>
22 <use xlink:href="#circles" transform="translate(0 50)" clip-path="url(#myClip)" />
23 <use xlink:href="#circles" transform="translate(0 100)" />
24 </svg>