BTW, the files *does* have a viewbox parameter.
<svg version=”1.2″ baseProfile=”tiny” id=”ME” xmlns=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink” x=”0px” y=”0px” viewBox=”60 27 720 540″ xml:space=”preserve”>
Hi,
Usually that means your server doesn’t know what is a SVG format and it gives SVG files without proper mime-type headers. The proper mime-type header for SVG files is “image/svg+xml”. When server doesn’t know what is SVG it servers SVG files as “plain/text”.
Please Google “how to add svg mime type for server [Apache / ngnix / IIS]. (choose your server).
-
This reply was modified 7 years, 7 months ago by
RomanCode.
-
This reply was modified 7 years, 7 months ago by
RomanCode.
Not solved. The hosting administrator, SiteGround, confirmed that the server is configured to support image/svg+xml mime types. In addition, as I mentioned earlier, the file has a viewbox parameter. Perhaps something else is happening.
-
This reply was modified 7 years, 6 months ago by
Sea Jay.
Now solved. I installed the SafeSVG plugin and Map SVG Lite recognized it. All set!