GNOME Bugzilla – Bug 332699
dashed lines (attribute stroke-dasharray) rendered solid
Last modified: 2006-02-27 02:24:34 UTC
We're using rsvg to rasterize SVG images for Wikipedia; I'm currently testing 2.14.0 prior to upgrading the old version on our servers. Someone's reported a problem with an image which still renders incorrectly under 2.14.0; lines that should be dashed are rendering solid instead. The dashes render properly with both Batik 1.6 and Inkscape 0.42. I'll upload the .svg and PNG output from Batik and rsvg here. For reference, the issue in our bug tracker: http://bugzilla.wikimedia.org/show_bug.cgi?id=5110
Created attachment 60189 [details] The affected SVG file From http://commons.wikimedia.org/wiki/Image:Wallpaper_group_diagram_p4g.svg File is public domain.
Created attachment 60190 [details] Rendering in Batik 1.6 Note the green dashed lines. These render the same way in Inkscape 0.42.
Created attachment 60191 [details] Rendering with rsvg 2.14.0 Rendering with rsvg 2.14.0; note that the green lines are solid instead of dashed. 2.13.93 and 2.11.1 also show solid lines, so this is a standing bug.
Fixed