]> git.parisson.com Git - pdf.js.git/commitdiff
Add SVG to the 'make server' known types list
authornotmasteryet <async.processingjs@yahoo.com>
Fri, 26 Aug 2011 03:02:32 +0000 (22:02 -0500)
committernotmasteryet <async.processingjs@yahoo.com>
Fri, 26 Aug 2011 03:02:32 +0000 (22:02 -0500)
test/test.py

index c76df3fd4b9074dade7c0bf85d87bb534745ccbd..4801c4b384420478f7770839d21357244d39972e 100644 (file)
@@ -58,6 +58,7 @@ MIMEs = {
     '.html': 'text/html',
     '.js': 'application/javascript',
     '.json': 'application/json',
+    '.svg': 'image/svg+xml',
     '.pdf': 'application/pdf',
     '.xhtml': 'application/xhtml+xml',
     '.ico': 'image/x-icon',