* 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>
* shrank file by combining multiple elements into one path
* updated README with new, smaller file size
Co-authored-by: Terence Eden <edent@users.noreply.github.com>
* Update tiktok.svg
This file is bigger by 38 bytes (446 => 484) but it avoids the use of `<!ENTITY ...>` and `<!DOCTYPE ...>` and as consequence:
- It respect the template starting with `<svg xmlns="http://www.w3.org/2000/svg" ...>`.
- This `svg` code can be integrated directly in `html`.
* Update README.md
Update the size of `tiktok.svg`.
* Shrink access.svg by 10 bytes
Most of the heavy lifting by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui)
- Minimize path
- Remove whitespace
- Remove ending `LF`
* Update README.md
Update decreased size for access.svg
* Shrink adobe.svg by 1 byte
Per [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui), the removed `l` is unnecessary
* Update README.md
Update decreased size for adobe.svg
* Shrink amazon_s3.svg by 118 bytes
Path & whitespace optimization by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui), then [SVGMO](https://jakearchibald.github.io/svgomg/).
_N.B.: Notice the conversion of many `M`→ `m`. IDK why, but I got rendering errors on multiple viewers with the uppercase versions, & the optimizers lowercased them, anyway._
* Update README.md
Update decreased size for amazon_s3.svg
* 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
Android Studio works fine with rounded corners; it just doesn't like percentage length values (or any other values with a unit identifier). Any of the following optional unit identifiers would prevent converting SVGs to Android Vector Drawables: `("em" | "ex" | "px" | "in" | "cm" | "mm" | "pt" | "pc" | "%")`.
I used 77 as a close approximation for 15% of 512.
* Shrink the size of thisamericanlife.svg by optimizing path
* Shrank vivino.svg by optimizing its path. Also improved the fidelity of the logo by fixing some misalignments
* 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>