After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680673 - Evince does not render patterns correctly
Evince does not render patterns correctly
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: PDF
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
: 731649 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-07-26 20:41 UTC by Antoine Terracol
Modified: 2014-06-16 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
example of pdf (8.89 KB, application/pdf)
2012-07-26 20:41 UTC, Antoine Terracol
Details

Description Antoine Terracol 2012-07-26 20:41:18 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.
Comment 1 James Cloos 2012-07-27 21:04:41 UTC
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.
Comment 2 Germán Poo-Caamaño 2013-02-17 08:48:04 UTC
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 :-)
Comment 3 Germán Poo-Caamaño 2014-06-16 17:18:55 UTC
*** Bug 731649 has been marked as a duplicate of this bug. ***