hi, i started making images in svg. on my computer, when i embed an svg image in my html document with an <object> tag, the svg image appears fine. however, when i put both the html file and the svg file on my server, the html only displays the svg code when i try to load it in my browser. i tried to mess with the permissions, but no luck. has anyone experienced this problem before?
problem with svg.
is your server properly relaying the SVG mime type?
looking at your case, to me an incorrect or unrecognized MIME type seems to be the only problem. The proper MIME type should be: image/xml+svg
looking at your case, to me an incorrect or unrecognized MIME type seems to be the only problem. The proper MIME type should be: image/xml+svg
