forked from edent/SuperTinyIcons
* Improve GitHub logo (1) Fix Octocat’s tentacle - not quite thick enough. Minimal geometry changes made with ‘Yqnn/svg-path-editor’, no change in file size. * Improve GitHub logo (2) Correct background colour to better match official brand mark. * Improve GitHub logo (3) Re-generate reference PNG image for comparison. * Improve GitHub logo (4) Update the Android VectorDrawable. Edited by hand, with new values from SVG.
13 lines
758 B
XML
13 lines
758 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,0h512v512h-512z"
|
|
android:fillColor="#181717"/>
|
|
<path
|
|
android:pathData="M335,499c14,0 12,17 12,17H165s-2,-17 12,-17c13,0 16,-6 16,-12l-1,-44c-71,16 -86,-34 -86,-34 -12,-30 -28,-37 -28,-37 -24,-16 1,-16 1,-16 26,2 40,26 40,26 22,39 59,28 74,22 2,-17 9,-28 16,-35 -57,-6 -116,-28 -116,-126 0,-28 10,-51 26,-69 -3,-6 -11,-32 3,-67 0,0 21,-7 70,26 42,-12 86,-12 128,0 49,-33 70,-26 70,-26 14,35 6,61 3,67 16,18 26,41 26,69 0,98 -60,120 -117,126 10,8 18,24 18,48l-1,70c0,6 3,12 16,12z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|