Category Archives: Other

Working with SVG images on websites

To make SVG work, both the browser and the server need to support it: Browser support Firefox 3 does not natively support it IE9 does Server support Apache needs the following settings, either in httpd.conf or .htaccess: AddType image/svg+xml svg … Continue reading

Posted in Other, Web development | Leave a comment