Re: Enable compression of a blob to .zip file

On 30/10/11 10:54 AM, Charles Pritchard wrote:
> One reason I've needed inflate is for svgz support. Browser vendors have
> consistently left bugs and/or ignored the spec for handling svgz files.
> SVG is really intended to be deflated.

All major browsers have support for gzipped SVG documents through 
correct Content-Encoding headers, as far as I'm aware.  gzipped SVG 
documents served as image/svg+xml without Content-Encoding:gzip should 
be rejected, according to the spec.

Received on Sunday, 30 October 2011 23:12:23 UTC