Add support for some alternate SVG rasterizers:
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 6 Oct 2004 10:33:22 +0000 (10:33 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 6 Oct 2004 10:33:22 +0000 (10:33 +0000)
commit061ab795461ff47c1eadba96cc7fd9ddee3e3159
treebd7fa088c6932ce78f5ea5e8f13c2ab4ccf7a375
parent0db266af1d80426c3b1a6fb7d9c0ab88b609d163
Add support for some alternate SVG rasterizers:
* ImageMagick - scaling is done after rasterization, and curves don't look good
* Batik - looks good; requires Java
* Sodipodi & Inkscape - haven't got them actually working yet; they crash on my mac when called from the web server though they work on the command line
includes/DefaultSettings.php
includes/Image.php