You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/09/30 13:02:27 UTC

DO NOT REPLY [Bug 31483] New: - add svgz in mime.types file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31483>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31483

add svgz in mime.types file

           Summary: add svgz in mime.types file
           Product: Apache httpd-1.3
           Version: 1.3.31
          Platform: All
               URL: http://www.w3.org/TR/SVG/intro.html#MIMEType
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: mod_mime
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: popolon@popolon.org


There is no description of standard svgz file (gziped SVG) in mime.type
definition file, this is in w3 SVG draft, and most SVG viewer can ungzip them.

image/svg+xml                   svg

could be replaced by:

image/svg+xml                   svg svgz

to resolve the issue.


As showed in the following SVG draft appendice, it can save 80% bandwidth and
disk space, and for example 

http://www.w3.org/TR/2002/CR-SVG11-20020430/minimize.html

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org