Convert and update Android Vector files (#803)
* 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.
This commit is contained in:
committed by
GitHub
parent
c754e642ab
commit
3762d3a444
14
images/android-vector-drawable/threads.xml
Normal file
14
images/android-vector-drawable/threads.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m0,0H512V512H0"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="m200.7,200c12.3,-18 33.3,-32 66.3,-29s63,22 61.2,86 -29.2,86 -67.3,87.4 -61,-21.5 -61.6,-45.8 15.2,-53.7 79.2,-52.6 110.7,30.5 113.7,84 -46,108.5 -133.2,108 -156,-50 -156.5,-179S173,79 256,79s134,41 153.2,111.3"
|
||||
android:strokeWidth="34.5"
|
||||
android:strokeColor="#fff"/>
|
||||
</vector>
|
Reference in New Issue
Block a user