Created by: midzer
Hi all,
according to https://codepen.io/tigt/post/optimizing-svgs-in-data-uris we can squeeze some more byte out of our data:image/svg+xml
by
- removing superflous
charset=utf8
- lowercasing URL-encoded hex pairs, via https://github.com/tigt/mini-svg-data-uri#why-lowercase-the-url-encoded-hex-pairs
Have a nice week midzer