Hello, I have a problem with ImageMagick. I'm trying to convert some SVG file to PNG file, but it keep damaging characters.
- Source SVG file: http://dl.dropbox.com/u/3309286/2013/svgtest.svg
- converted PNG file: http://dl.dropbox.com/u/3309286/2013/svgtest.png
Is there a way how to fix it? The SVG file is from GeoGebra (http://www.geogebra.org/).
SVG2PNG characters bug
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: SVG2PNG characters bug
Works fine for me using IM 6.8.6.6 Q16 MAC OSX with internal IM MSVG?
Perhaps it is your version of IM or perhaps you are using an old version of RSVG or an old version of libpng.
Perhaps it is your version of IM or perhaps you are using an old version of RSVG or an old version of libpng.
Re: SVG2PNG characters bug
I am using the same version of IM on the same OS X. I’ve tried to install librsvg and libpng using MacPorts, then reinstall IM and it works fine now. Thank you