SVG gradient backgrounds doesn't work
I got a problem wit开发者_开发技巧h SVG backgrounds.
When I run my website locally on IE9 the svg-gradient shows. But when I upload my site the my webhost the gradients just don't work.
How do I fix this?
Solved it.
I added a .htaccess file in the same folder as my .svg files with the following content:
AddType image/svg+xml svg
AddType image/svg+xml svgz
精彩评论