I dont see how svgz ever makes it into the drop down list, as the routine that builds the list from the extensions specifically
ignores
it, (looks like a c+p error to me but I'm assured it works on linux
so
am kinda confused.)
Thanks for reminding - I just checked it and it's not in the save list again! (It was missing, then in reappeared, now missing again.) Opening svgz works, and saving as filename.svgz with "Guess from extension" works too. So can you tell me where you see the c/p error so I could fix and test?
With the build that Bob posted, in XP Pro, when trying to save with "guess from extension" it is appending an extra .svg after the .svgz. Meaning it does not work to save as svgz currently.
Also, if I try to put the name in quotes (as you do in Windows to not have any additional extension or anything else appended) it gives an error and won't do it.
I did double check, and it behaves as predicted and does not compress the file when it adds that ext (as it just appends the .svg and assumes it's a regular SVG). Just to confirm it wasn't compressing I compared the source and output files... identical, not compressed.
-Josh