Re: [svgwg] A separate MIME type for svgz files is needed (#701)

> Currently, it's impossible to use `svgz` on data URIs, right?

Well a data URI has two text formats, URI encoding and base64 encoding. zipping creates creates binary format data so there's that problem you'd have to address. If you did that you could signal the content type where you currently put base64.

This isn't what we're discussing here though.

-- 
GitHub Notification of comment by longsonr
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/701#issuecomment-621014895 using your GitHub account

Received on Wednesday, 29 April 2020 06:29:21 UTC