Summary: | Missing support for SVGZ | ||
---|---|---|---|
Product: | shared-mime-info | Reporter: | Luca Ferretti <elle.uca> |
Component: | freedesktop.org.xml | Assignee: | Jonathan Blandford <jrb> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | bugzilla |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Luca Ferretti
2005-10-21 02:02:48 UTC
From http://www.w3.org/TR/SVG11/intro.html#MIMEType <quote> The MIME type for SVG is "image/svg+xml" (see [RFC3023]). The registration of this MIME type is in progress at the W3C. It is recommended that SVG files have the extension ".svg" (all lowercase) on all platforms. It is recommended that gzip-compressed SVG files have the extension ".svgz" (all lowercase) on all platforms. </quote> It seems there is no difference between SVG and SVGZ... So the proper solution to this bug is </magic> <glob pattern="*.svg"/> + <glob pattern="*.svgz"/> </mime-type> isn't it? 2005-11-01 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Add *.svgz as a glob for SVG files, from Luca Ferretti <elle.uca@libero.it> (Closes: #4836) * config.h.in: removed, it is a generated file |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.