SVG
Posted: 2011-09-18T07:51:17-07:00
I've found a bug with SVG files... steps to reproduce:
1) download: http://www.lyx.org/trac/raw-attachment/ ... vg_bug.svg
(this is a valid SVG file which both Inskscape and Firefox correctly display)
2) run
3) the resulting PNG is empty, no error is thrown.
Previously I tried using an older version (6.6.2) and I got the following message when running convert:
This is on Windows 7, 64bit using ImageMagick's installer called ImageMagick-6.7.2-7-Q16-windows-dll.exe
1) download: http://www.lyx.org/trac/raw-attachment/ ... vg_bug.svg
(this is a valid SVG file which both Inskscape and Firefox correctly display)
2) run
Code: Select all
C:\Users\Francesco\Downloads>convert.exe svg_bug.svg svg_bug.png
C:\Users\Francesco\Downloads>convert.exe --version
Version: ImageMagick 6.7.2-7 2011-09-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
Previously I tried using an older version (6.6.2) and I got the following message when running convert:
Code: Select all
Magick: non-conforming drawing primitive definition `normal'' @ error/draw.c/Dra
wImage/3148.