Cannot get .svg files to render in XAMPP-based Wiki pages
Posted: 2012-12-19T09:32:37-07:00
I ported a WOS (http://www.chsoftware.net) -based Wiki to XAMPP, but now none of the .svg images are being displayed automatically on the Wiki pages. I suspect it may have something to do with the installation of ImageMagick, but I don't know.
The code used in the Wiki pages looks like this:
<svg>400 300 http://localhost/mediawiki/images/Secti ... 1.svg</svg>
what is displayed on the Wiki pages looks like this:
<svg>400 300 http://localhost/mediawiki/images/Secti ... 1.svg</svg>
You can click on the link and display the image, but it won't come up automatically.
Is there a way to display .svg files automatically using ImageMagick?
The code used in the Wiki pages looks like this:
<svg>400 300 http://localhost/mediawiki/images/Secti ... 1.svg</svg>
what is displayed on the Wiki pages looks like this:
<svg>400 300 http://localhost/mediawiki/images/Secti ... 1.svg</svg>
You can click on the link and display the image, but it won't come up automatically.
Is there a way to display .svg files automatically using ImageMagick?