GNOME Bugzilla – Bug 330956
Text shifted vertically down (regression in 2.13.93)
Last modified: 2006-02-16 00:43:06 UTC
We're using rsvg to rasterize SVG images for Wikipedia. While doing some test renders for a possible upgrade from 2.11.1, I found that text was shifted down in 2.13.93 compared to what was expected, at least in the image I tested. The rendering in 2.11.1 and 2.13.92 matches Inkscape 0.43 and Batik 1.6. If I revert the patch for bug 168223 which was added in this version, rendering returns to the expected appearance. Sample renderings and link to image at: http://leuksman.com/misc/svgtext/ I'll also attach the sample to make sure it doesn't get lost.
Created attachment 59231 [details] sample file from http://commons.wikimedia.org/wiki/Image:Mitochondrie.svg
Created attachment 59232 [details] Rendering in Batik 1.6 librsvg 2.11.1, librsvg 2.13.92, Inkscape 0.43, and Firefox 1.5.0.1 all render the text positioned like this. There is some space between the numbers and the breakout lines below them.
Created attachment 59233 [details] Rendering with rsvg 2.13.93 The text overlaps the breakout lines when rendered with 2.13.93.
This was caused by bug 168223's patch, and isn't "major". Since that patch was reverted, I'm closing this one as "fixed".
I put it as major because people always whine so much harder about regressions on planet.gnome.org.