Change the reference image to use the smaller (“<120px”) brand mark, taken from the official `GitHub-Mark.ai` vector artwork.
This better matches the current SuperTiny design.
The reference logo is an official SVG, taken from
https://code.visualstudio.com/brand
The tiny SVG is a simplified & minified version of it.
Mostly, there is less shadows / blur / etc. (less SVG <filter>),
so as to make the tiny SVG fit into 1 KiB.
The Android Vector Drawable is a converted version of the tiny SVG, via
Android Studio. Because Vector Drawable doesn’t have equivalents to most
SVG <filter>, it ends up “flatter” than the SVG. However, the logo is
still easily identifiable.
The logo was taken from the official assets available at
https://brave.com/brave-branding-assets/
The logo geometry and coloring were simplified, for fitting into 1 KiB.
* Add pornhub logo
* Fixed PornHub logo with proper tags
* Revisited Pornhub logo as referred in template guidelines.
* Added Pornhub logo reference.
Co-authored-by: Terence Eden <edent@users.noreply.github.com>
* initial sketch of the CSS3 logo before optimization
* first pass at optimizing paths
* removed whitespace to shrink file to final size
* added CSS3 entry to the README.md table of icons
* added the reference logo
* initial sketch of the logo
* first pass at centering and optimizing the icon
* Remove comments and whitespace to minimize icon size
* Updated README.md to include malt.svg
* added source reference material
* foobar2000 icon
my contribution :). this should be on the media category
* update on foobar2000
following the guidelines as much as i can
Co-authored-by: Richeese <rricheese@users.noreply.github.com>
* Adds C++ icon as submitted by @kareldonk
cplusplus.svg icon created by @kareldonk and
submitted as a zip file in issue #472. Format
corrected by @btrem to match other files in repo.
Also adds reference image and updates .md files.
* Reduces cplusplus.svg size
Replaces `path` with `circle` element to make ‘C’.
* Simplifies path for plus symbols
* new google icons
* broken links in readme
* removed extra new lines breaking the table
* resolved reviews
* Updated README.md
* replaced white by #fff in google colaborative content tools
* duplicated google_collaborative_content_tools.svg into google_docs_editors.svg
* reduced rendering quirk
Co-authored-by: Jonathan Selle <jselle@greensystemes.com>
* Add Element icon
* Make element icon slightly smaller
* Implement suggestions by @edent to reduce file size further
Co-authored-by: Zak McCreery <zak@zqfm.net>