svg / svgo

⚙️ Node.js tool for optimizing SVG files
https://svgo.dev/
MIT License
21k stars 1.39k forks source link

[Feature Request] Compression of hex Colour #884

Open Fish2 opened 6 years ago

Fish2 commented 6 years ago

It would be good if it can convert RGB to Hex to save some space and the compress the hex colour using the link below. I know it won't save a massive amount but would be easy to implement

A example would be Original - fill="RGB(255,255,255)" Converted to Hex - fill="#ffffff" Compress Hex - fill="#fff"

https://gist.github.com/Prinzhorn/2628611

SethFalco commented 11 months ago

Just migrating some notes over to this one as I'm closing similar issues.

Related