Ciro,
Check the error message in a debugger like Firebug or Chrome Javascript console. When I had this problem, this is the error message I got:
Resource interpreted as Image but transferred with MIME type text/xml:
I have a couple of accounts with Linux hosts. Ubuntu worked right out of the box, but on Centos my page looked like yours.
I added the below text to my apache.cfg.
AddType image/svg+xml svg svgz AddEncoding gzip svgz
Hope that helps,
chris
|