Commit Graph

10 Commits

Author SHA1 Message Date
Yann Armelin
bcf432812c Optimize some SVG paths (#798)
* Optimize some SVG paths

* Update icons sizes in README
2024-09-08 08:33:31 +01:00
kuubeu
3f057e5c5d Change background rects to paths
Saves 6 bytes per icon
2023-09-12 18:18:28 +02:00
Terence Eden
7c4bf17c71 Remove rx and tidy up (#712)
* Removed rx and tidy up

* Generated Table

* Better image size in README
2023-03-19 13:52:16 +00:00
kuubeu
b147e169bd Update TikTok logo & correct recent changes
- TikTok now displays correctly in Inkscape, in addition to being smaller
- corrected file sizes: Chrome, Chromium, Atom (I think editing through GitHub's editor saves files using CRLF, which I didn't notice at the time)
2022-12-06 23:05:36 +01:00
Ethan Chapman
ad84b11924 Update test.js to check for sizes and correct sizes (#652)
* Update/Modernize Chai, NPM, Fetch

* Test readme size

* Remove dev check

* Fix file sizes

Mostly fixing readme to match files, but sometimes removing newlines to match readme

* Test improvements

* Fix Samsung Swoop size
2022-04-30 17:46:57 +01:00
Kroum Tzanev
a02b197647 Shrink tiktok.svg by 51 bytes. (#538)
* Update tiktok.svg

Shrink 51 bytes (484 => 433 bytes). 
The path wasn't optimized, nor the colors.

* Update README.md

Update the tiktok.svg size (433 bytes).
2021-05-12 16:14:56 +01:00
Kroum Tzanev
93d10404ba Update tiktok.svg (#532)
* 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`.
2021-05-12 10:56:58 +01:00
edent
6385167095 Remove trailing newlines 2020-11-11 17:38:19 +00:00
Pavel Nikulin
8718da86aa Tiktok: 447 Bytes 2020-03-20 17:14:05 +06:00
Terence Eden
5bb415cbcd Added TikTok
Fixes #379
2020-03-07 17:45:54 +00:00