GNOME Bugzilla – Bug 346166
dotted lines iin PDF not rendered on screen
Last modified: 2006-06-30 02:18:09 UTC
Please describe the problem: Dotted arrows produced by pstricks in LaTeX are not rendered on the screen, though they print OK and the Postscript versions from which the PDFs are made display OK. Steps to reproduce: 1. display the PDF to be attached in evince 2. 3. Actual results: The arrow-heads are displayed; the dotted line between them is not. Expected results: The dooted line should be displayed; compare with acroread or gv or xpdf. Does this happen every time? Yes Other information: gpdf has the same problem.
Created attachment 68142 [details] PDF with double-headed dotted arrow as sole object Generated by LaTeXing the following: \documentclass{article} \usepackage{pstricks} \begin{document} \thispagestyle{empty} \psset{unit=5.8pt} \begin{center} \begin{pspicture}*(20,1) \psline[linestyle=dotted] {<->}(0,0.5)(20,0.5) \end{pspicture} \end{center} \end{document}
Working fine here with evince 0.5.2 and poppler 0.5.1 What is the version of evince and poppler you use ?
Also can't repro with newer evince. Closing. However, there is an issue: the arrow is not antialiased in evince. Filed https://bugs.freedesktop.org/show_bug.cgi?id=7361.
Problem observed with evince-0.5.3-1 poppler-0.5.2-1 gpdf-2.8.2-7.2 or evince-0.5.1-3 poppler-0.5.1-2 gpdf-2.8.2-4.2 on three FC5 systems.
reopening. Maybe a fedora specific issue?
> Maybe a fedora specific issue? Maybe. evince-0.5.2 works properly on this PDF on Ubuntu 6.06.
It seems the bug is in cairo (used in Fedora, not used in Ubuntu): https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=183121