[projectaon] Re: Firefox 1.5 dislikes our SVGs

  • From: Jonathan Blake <blake.jon@xxxxxxxxx>
  • To: projectaon@xxxxxxxxxxxxx
  • Date: Fri, 20 Jan 2006 13:37:17 -0800

On 1/20/06, Thomas Wolmer <angantyr@xxxxxxxxx> wrote:
> ...as reported by Simon in the forum,  and the reason is that it
> believes it is sent non-gzip-encoded SVG files.
>
> If we change the file suffixes to .svgz and add this to the .htaccess
> in the svg directory, both Firefox and the other SVG viewers I have
> tried seems happy:
>
> AddType image/svg+xml .svgz
> AddEncoding gzip .svgz
> <FilesMatch \.svgz$>
> <IfModule mod_gzip.c>
> mod_gzip_on No
> </IfModule>
> </FilesMatch>
>
> (But I have no write access, and yes, this requires changing the EC.)

Thank you for the research. Fixed. Not that Firefox does justice to
the presentation of our SVGs, but I'm happy that I can now view the
graphs in the frame, as intended.

--
Jon

Other related posts: