SVGZ 文件格式

发布于 2024-10-13 02:05:43 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

伴随着你 2024-10-20 02:05:43

SVGZ 只是一个 gzip 压缩的 SVG,请参阅 这个

注意:并非所有浏览器都支持 SVGZ。您的 HTTP 服务器可能会使用 deflate 来压缩其响应,这具有相同的性能。

SVGZ is just a gzipped SVG, see this.

Note: Not all browser support SVGZ. Your HTTP server may probably compresses its response with deflate, which have the same performance.

探春 2024-10-20 02:05:43

由于 SVG 只是纯文本,您可以以压缩格式从服务器发送它。

在 Apache 上启用 Gzip 压缩

查看gzip/deflate 压缩适用于您的特定 http 服务器,目前浏览器中对压缩的支持非常好。

As SVG is just plain-text you are able to send it from your server in a compressed format.

Enable Gzip Compression on Apache

Look into gzip/deflate compression for your particular http server, the support for compression in browsers is very good at the moment.

倾其所爱 2024-10-20 02:05:43

此外,SVGZ 文件无法通过 Firefox 19.0.2 或 IE 9.0.8112 在本地打开,但 Google Chrome 可以。这并不一定会影响人们通过你的浏览器查看它,因为如果你设置了正确的 mime 类型,它应该可以工作,但是如果他们下载了它,他们将无法定期打开它(当然,直到他们取消 gzip 压缩) 。

Also SVGZ files cannot be opened locally by Firefox 19.0.2 or IE 9.0.8112, however, Google Chrome can. This doesn't necessarily effect people viewing it through your browser since it ought to work if you set the right mime-type, but if they download it they will not be able to open it regularily (until they un-gzip it of course).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文