lewisje / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

User manual incorrectly states .svgz files not supported #560

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the compression section of:
  http://svgweb.googlecode.com/svn/trunk/docs/UserManual.html
it states:
  "svgz (compressed SVG files) are not supported."

But adding the following Apache directives:
        AddType image/svg+xml svgz
        AddEncoding x-gzip .svgz
IE8 and svgweb will work with .svgz files. 

Note: it needs to be "AddEncoding x-gzip .svgz" to work, not "AddEncoding gzip 
.svgz".

Tested with IE8 and current stable svgweb version.

Original issue reported on code.google.com by Douglas....@gmail.com on 17 Oct 2010 at 11:34

GoogleCodeExporter commented 8 years ago
Interesting fix! I didn't realize that you could force Apache into doing this. 
We should update the docs that there is a way to fake support for this.

Original comment by bradneub...@gmail.com on 16 Nov 2010 at 10:08

GoogleCodeExporter commented 8 years ago
This was addressed in r1287

Original comment by grick23@gmail.com on 24 Feb 2011 at 4:10