6 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
d3e042e329 Fix JSON-LD font
The original JSON-LD image uses an obscure font. This causes rendering issues, as most systems will not display the correct font, causing the braces to be misaligned with the symbol. Unfortunately, it undoes most of the savings from the previous commit.
2022-07-19 19:17:19 -04:00
Ethan Chapman
e0f1bccadd JSON-LD improvements
The original logo file had a number of small issues, many of which were preserved to the tiny version. The savings come from fixing those issues, removing extra nodes, and using <use>s for the highlights rather than one large path.
2022-07-19 00:08:21 -04:00
Terence Eden
352f48816f JSON-LD
Fixes #661
2022-07-18 22:18:31 +01:00