Table of Contents
Another svgIMG plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" unknown
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" no
Similar to svgimg
Download and Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Documentation
SVGImage – Rasterized Vector Graphics
There are already some plugins that read .svg input and put an object into the xhtml output for modern browsers. But there are still some Browsers that don't understand SVG. This plugin reads an .svg and converts it into a rasterized graphic using imagemagic. The syntax is the same as if you were using any other type of image or media.
SVGImage will find out if you are calling for a .svg via the MEDIA_SENDFILE trigger. Then it will create a cache file (if needed) so that nothing in your media folder will have to be changed.
Attention: Make sure, that you have the path to ImageMagic configured in your DokuWiki settings.