Incorrectly rendered SVG with display

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Incorrectly rendered SVG with display

Post by naoliv »

Hi!

From http://bugs.debian.org/500725, the user has a SVG file that is incorrectly rendered by display.
Using the newest version available here now (6.4.3-4) the problem is still reproducible (it displays PowerraftC instead PowerCraft).
The SVG file is available at http://people.debian.org/~naoliv/misc/i ... 500725.svg

Thank you!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Incorrectly rendered SVG with display

Post by magick »

ImageMagick delegates the SVG rendering task to librsvg. The bug lies with it since
  • rsvg 500725.svg 500725.png
produces the improperly rendered graphic. To verify, type
  • identify -list configure
We assume rsvg is associated with the delegates tag.

The path forward would be to post a bug report to the librsvg folks.
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

Re: Incorrectly rendered SVG with display

Post by naoliv »

Good to know. Thank you very much!
Post Reply