Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Gojek #290

Merged
merged 6 commits into from
Oct 11, 2019
Merged

add Gojek #290

merged 6 commits into from
Oct 11, 2019

Conversation

rizdaprasetya
Copy link
Contributor

  • Added the Gojek Logo
  • Updated README.md
  • Added SVG to Reference index.md
  • Updated SVG index.md
  • Fixed microsoft ref image path typo from this PR Add Microsoft (#262) #289

Copy link
Owner

@edent edent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! A few suggestions.

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" aria-label="Gojek" role="img" viewBox="0 0 512 512"><rect width="512" height="512" fill="#fff" rx="15%"/><path fill="#00AA13" d="M192 261a64 64 0 11128 1 64 64 0 01-128-1"/><path fill="#00AA13" d="M256 91a171 171 0 00-66 328 32 32 0 0044-24 32 32 0 00-19-35 106 106 0 0141-205 107 107 0 0141 205 32 32 0 0013 61 33 33 0 0012-3 170 170 0 00-66-327"/></svg>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would a <circle> element be smaller than a path?

Also, please could you add some newlines?

<svg
xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/>...</svg>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You got it 👌

  • Circle saved 12 bytes. But as side effect the autogenerated Android XML drawable grew a bit (because circle is auto converted to path).
  • new lines added

Copy link
Owner

@edent edent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!

@edent edent merged commit 80e3329 into edent:master Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants