arj03 / ssb-browser-demo

A secure scuttlebutt client interface running in the browser
Other
58 stars 11 forks source link

More efficient method of inlining SVGs #156

Closed KyleMaas closed 3 years ago

KyleMaas commented 3 years ago

https://css-tricks.com/probably-dont-base64-svg/

KyleMaas commented 3 years ago

So, after looking at how much space is actually consumed by inlining SVGs, it's not significant enough to merit the effort. Closing this.