Commit Graph

9 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
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
Ethan Chapman
11977f6f46 Merge branch 'master' into patch-round-perceptualdiff-25-icons 2022-04-24 14:51:51 -04:00
3l3gant-cod3s
3f5c3360fc combination of same color paths × 9 icons (#647)
* a few bytes less

replace the yellow path by a circle
reuse chromium’s icon shorter paths

* a few less bytes for Chrome Icon

* a few bytes less (bis)

* Update README.md

* shorten colors #xxyyzz -> #xyz

* optimisation: 3 black paths -> 1 path

* foobar2000 926 -> 785 bytes

* Revert "a few bytes less"

* Revert "a few less bytes for Chrome Icon"

* Revert "a few bytes less (bis)"

* Revert "Update README.md – Chromium"

* Revert "optimisation: 3 black paths -> 1 path"

* Revert "foobar2000 926 -> 785 bytes"

* Revert "shorten colors #xxyyzz -> #xyz"

* combine same color paths

* combine same color paths

* combine same color paths

* combine same color paths

* combine 2 paths with same color

* cleanup (remove hidden or combine parts…)

* cleanup (combine same color paths…)

* combine same color paths

* combination of same color paths × 9 icons

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2022-04-24 19:38:03 +01:00
3l3gant-cod3s
9e55f3b8a4 rounds path's values + perceptualdiff check 2022-04-18 17:39:52 +02:00
Leo Kling
cff870c7e6 Made Dart Icon Smaller By Reducing Precision (Now 571 Bytes) (#609)
* Added Origin Icon

* Added Dart Icon

* Made Dart Icon smaller by reducing precision

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2021-10-10 14:39:05 +01:00
Leo Kling
b1bb6a295e Added Dart Icon (691 Bytes) (#606)
* Added Origin Icon

* Added Dart Icon
2021-10-09 20:24:56 +01:00