You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a .svg.gz file will be rendered using an <embed tag instead of an <img tag.
This is caused by file yielding a mime type of application/gzip.
But IMHO it is desirable to use .svg.gz because of the high compression ratio achievable on this format.