* Convert and update Android Vector files using https://github.com/jmb/Svg2VectorAndroid * Reverted the auto generated vector drawables that don't match the SVG properly. * Removed broken vector files that didn't have a previous version. Revert openstreetmap.
19 lines
926 B
XML
19 lines
926 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="m0,0H512V512H0"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M285,111.36c31,44.7 161.53,217.54 72.62,253.57 -41.53,19.47 -230.76,-11.43 -228,-6.38l-24.37,41.01s145.92,6.7 258.6,-8.8c160.85,-22 -33.12,-232.1 -78.73,-279.2z"
|
|
android:fillColor="#7f7fff"/>
|
|
<path
|
|
android:pathData="M285,111.36C274.7,112.81 85.47,350.38 85.47,350.38s13.65,3.95 44.66,8.52c10,-7.97 151.35,-250.8 155.43,-247.33 -0.1,-0.1 -0.2,-0.13 -0.36,-0.11z"
|
|
android:fillColor="#ff7f7f"/>
|
|
<path
|
|
android:pathData="M285,111.36c-6.5,-1.08 -155.4,247.34 -155.4,247.34s135.06,14.55 190.71,13.58c156.78,-2.7 1.2,-212 -35,-261.18a0.3,0.3 0,0 0,-0.17 -0.1z"
|
|
android:fillColor="#7f3fbf"/>
|
|
</vector>
|