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
I just found out, SVG is working when using it inside an IMG, but when using it as OBJECT, it's still trying to download the file instead of displaying it. Is this really intended?
I have a question about loading of SVG images.
For example I have the following folder structure:
So I have three images in the
/user/pages/02.blog/docs/images
folder.Next, if I open the following URLs
PNG and JPEG image files will open in browser.
But if I try URL for SVG image file
Browser starts to download the file because it loads SVG image with
Content-Type: "application/octet-stream"
.What can be done to load SVG file as an image?
The text was updated successfully, but these errors were encountered: