I have a SVG ilustration embeded in an HTML5 file which works in all modern browsers when I try it on local, but when I try to serve them from the web I dont get Chrome to render the SVG image, it only renders the SVG source code. I already added this lines to an .htaccess file which solved the issues in Safari and Firefox:
AddType image/svg+xml svg
AddType image/svg+xml svgz
AddEncoding x-gzip .svgz
But Chrome now is the only browser that doesn't render the image when comes from the web. My local file works fine even in Chrome.
What am I missing?
Here is the link to the sample of the issue, try it on Safari and Firefox, it will work. But in Chrome the story is different.
EDIT: Link was broken and seems to be missing www. prefix: http://www.getformgallery.com/demo/gos-form.html