Three small tips for shrinking SVG images
images linux NaBloPoMo SuperTinyIcons svg tips · 8 comments · 300 words · Viewed ~827 times
I work on the SuperTinyIcons project. Our aim is to make pixel perfect SVG icons in under 1KB. Because SVG can be quite verbose, every single redundant byte we can eliminate is a byte we can use in drawing. Here are three quick tips for shaving a few bytes off an SVG. Decimal Magic SVG co-ordinates can have decimal precision, like: 123.456. But what about co-ordinates which are less than one? …
Continue reading →