Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Update config.html tool to test for SVG MIME type #326

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While working on the Wikipedia Zoom and Pan tool (Issue 291) I found an
unusual edge condition where the svgObject.contentDocument.rootElement
property was not getting set after I deployed my file to my remote web
server. It turns out that the MIME type was text/xml rather than
image/svg+xml, which queued some bugs in FF/Native. Making the MIME type
correct fixes this edge condition. Update the config.html testing tool and
the docs to inform users to set this mime type.

Original issue reported on code.google.com by bradneub...@gmail.com on 28 Sep 2009 at 10:52

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 28 Sep 2009 at 10:54