GNOME Bugzilla – Bug 352906
dashed line missing in PDF output
Last modified: 2006-08-25 22:49:30 UTC
Fiddeling with some SVGs, I just encountered a strange bug in rsvg-convert. When converting my SVG to PDF, the dashed line is missing. The following changes all make things work again: 1. remove opacity specification 2. change opacity specification to "1" 3. add opacity specification to enclosing group 4. output to PNG instead of PDF
Created attachment 71621 [details] SVG input that causes this bug
Created attachment 71622 [details] PDF output with the dashed line missing
OK, to place a link in this direction as well: I'm running Gentoo linux and first submitted this as a Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=145090 In case that's relevant, I'm using cairo 1.2.2 here.
Thanks for submitting this bug report. Because PNG output seems to work, this is likely a bug in Cairo and not librsvg. If you wouldn't mind re-filing this @ http://bugs.freedesktop.org/, I would appreciate it. Thanks.
(In reply to comment #4) > If you wouldn't mind re-filing this @ > http://bugs.freedesktop.org/, I would appreciate it. Thanks. OK, done that, it's https://bugs.freedesktop.org/show_bug.cgi?id=8011