Hi,
I use chrome to visualize a svg file which I put on a server, that works fine. Here's the dead simple html for it:
<a href="test.svg">svg</a>
However, when I try to use svgz instead, it doesn't work. Here's the code I use:
<a href="test.svgz">svgz</a>
Here the error:
This page contains the following errors: error on line 1 at column 1: Encoding error Below is a rendering of the page up to the first error.
Looks to me that the browser doesn't decompress the file first. Any idea how can I make this (much smaller) svgz file to display nicely on my browser?