Commit Graph

5 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
Ethan Chapman
37fe388a9b Assorted optimizations & fixes
Bytes saved on 14 files
* Google Colab: fixed whitespace error
* DeviantArt: Fixed color, official logo doesn't use curves.
2023-03-25 16:36:50 +01: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
Brian Tremblay
d2b7c54932 Adds C++ icon as submitted by @kareldonk (#491)
* Adds C++ icon as submitted by @kareldonk

cplusplus.svg icon created by @kareldonk and
submitted as a zip file in issue #472. Format
corrected by @btrem to match other files in repo.
Also adds reference image and updates .md files.

* Reduces cplusplus.svg size

Replaces `path` with `circle` element to make ‘C’.

* Simplifies path for plus symbols
2020-11-16 19:24:29 +00:00