GNOME Bugzilla – Bug 680673
Evince does not render patterns correctly
Last modified: 2014-06-16 17:18:55 UTC
Created attachment 219711 [details] example of pdf In a pdf file created with pdftex using Tikz, the patterns are not rendered correctly. Namely, the pattern spills out of the shape they're supposed to fill. The problem does not appear with Okular or Acrobat Reader. Steps to reproduce: compile the following code with pdflatex \documentclass{article} \usepackage{tikz} \usetikzlibrary{patterns} \begin{document} \begin{tikzpicture} \filldraw[pattern=north east lines] (0,0) circle[radius=5cm]; \end{tikzpicture} \end{document} or download the attached pdf file (created using the above code). When viewed with evince, the pattern spills out of the circle; but does not when opened with okular or acroread.
With evince master (of 12/July/07) atop poppler master (of today) and cairo master (of 12/July/17) the example pdf renders correctly. This may have been fixed, but I cannot guess which package is at fault in the reporter’s install.
Indeed, this is fixed. I can reproduce it with 3.4.0/poppler 0.18.4, but with 3.7/poppler 0.22.1 renders correctly. Morever, in the newer Evince renders nicer than Acrobat Reader 9 :-)
*** Bug 731649 has been marked as a duplicate of this bug. ***