From: notmasteryet Date: Fri, 26 Aug 2011 03:02:32 +0000 (-0500) Subject: Add SVG to the 'make server' known types list X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=03a39b899a84c0dfc8fac338b4d87529f478df01;p=pdf.js.git Add SVG to the 'make server' known types list --- diff --git a/test/test.py b/test/test.py index c76df3f..4801c4b 100644 --- a/test/test.py +++ b/test/test.py @@ -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',