Commit Graph

8 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
edent
bedd9cf5f3 Remove leading zeros
Replace ` 0.` with ` .`
And `-0.` with `-.`
2020-11-12 14:13:19 +00:00
Terence Eden
b137865362 Used Path Editor to Shrink
Closes #478
2020-11-08 22:32:47 +00:00
Terence Eden
f91cec4104 Updated size
* All files follow the template
* Removed trailing whitespace from end of lines
* Removed newline at end of file
* `xlink` used for maximum compatibility
* Bit of newline trimming
2019-10-26 17:33:28 +01:00
Terence Eden
76990d3e93 Remove vertical line at small sizes 2019-10-23 20:25:06 +01:00
Henry
d143622551 Resolves issue #282: Created and added iheartradio svg (#306)
* Created and added iheart radio svg using official art files provided by iheart radio - converted eps to svg

* Reduced iheartradio svg to smallest possible size - 2.2 kb - unable to reach 1kb goal

* Modified logo to just heart to reduce size

* Added table cell to README.MD

* Created new iheartradio from scratch - minified to lowest possible size

* Attempt at reducing iheartradio icon down using a mirror image transform.

* Down to 1116 bytes... so nearly there!

* Fix errors

* Only way to fix is put in xlink namespace.

* Almost there...

* Down to 1065 bytes by rounding to 2 decimal places.

* Rounded to 1 decimal place - 948 bytes... Hoorah!

* Shrink it a little

* Updated readme
2019-10-22 20:29:39 +01:00