#37103: ImageMagick 6.8.0 does not correctly display SVG files on PPC (here Leopard 10.5.8) ------------------------------+-------------------------- Reporter: Peter_Dyballa@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: off-colour Port: ImageMagick | ------------------------------+-------------------------- Comment (by Peter_Dyballa@…): Since versions 6.6.x at least ImageMagick has these problems. There are two: when it uses librsvg-2 it computes the wrong size of the SVG image, first without librsvg-2: {{{ pete 442 /\ /opt/local/bin/identify --version Version: ImageMagick 6.8.1-7 2013-01-02 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: HDRI OpenCL OpenMP Modules Delegates: bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lzma openexr pango png ps tiff x xml zlib pete 443 /\ /opt/local/bin/identify etc/images/splash.svg etc/images/splash.svg SVG 276x190 276x190+0+0 16-bit sRGB 23.8KB 0.000u 0:00.009 pete 444 /\ /opt/local/bin/identify etc/images/splash.png etc/images/splash.png PNG 275x188 275x188+0+0 8-bit sRGB 37.5KB 0.000u 0:00.000 }}} Now adding librsvg-2: {{{ pete 446 /\ /opt/local/bin/identify --version Version: ImageMagick 6.8.1-7 2013-01-02 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: HDRI OpenCL OpenMP Modules Delegates: bzlib djvu fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lzma openexr pango png ps rsvg tiff x xml zlib pete 447 /\ /opt/local/bin/identify etc/images/splash.svg etc/images/splash.svg SVG 345x237 345x237+0+0 16-bit sRGB 23.8KB 0.000u 0:00.050 pete 448 /\ /opt/local/bin/identify etc/images/splash.png etc/images/splash.png PNG 275x188 275x188+0+0 8-bit sRGB 37.5KB 0.000u 0:00.000 }}} The same can be observed (at least) on G4/PPC 7447A hardware. The second problem seems to be related (at least) toG4/PPC 7447A hardware: {{{ - with librsvg-2 display displays SVG in false colours - without librsvg-2 SVG images are displayed black&white }}} I'm trying to see whether my bug reports lead to improvements, so I am building up-to-date ImageMagick installations. -- Ticket URL: <https://trac.macports.org/ticket/37103#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS