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 731649 - Problem in rendering of pattern filled tikz drawings
Problem in rendering of pattern filled tikz drawings
Status: RESOLVED DUPLICATE of bug 680673
Product: evince
Classification: Core
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-14 10:57 UTC by Mattia Tamellini
Modified: 2014-06-16 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
What evince shows (75.64 KB, image/png)
2014-06-14 10:57 UTC, Mattia Tamellini
Details
pdf test file (8.91 KB, application/pdf)
2014-06-16 17:03 UTC, Mattia Tamellini
Details

Description Mattia Tamellini 2014-06-14 10:57:35 UTC
Created attachment 278439 [details]
What evince shows

When drawing a picture of a circle filled with striped pattern using tikz the pattern is printed also outside of the circle boundary in the pdf file.

-------------------------------
STEPS TO REPRODUCE THE PROBLEM:
1) save this code:
[LaTeX code]
\documentclass[a4paper]{article}
\usepackage{tikz}
\usetikzlibrary{patterns}
\begin{document}
\begin{figure}[tbp]
    \centering
    \begin{tikzpicture}
        \draw [pattern = north west lines] (0, 0) circle [radius=2];
    \end{tikzpicture}
\end{figure}
\end{document}
[/LaTeX code]

2) compile using pdflatex. On my machine, I have version 3.1415926:
$ pdflatex --version
     pdfTeX 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian)
     kpathsea version 5.0.0
     Compiled with libpng 1.2.46; using libpng 1.2.46
     Compiled with zlib 1.2.3.4; using zlib 1.2.3.4
     Compiled with poppler version 0.18.2

-------------------------------
ACTUAL RESULT:
The actual result is shown in the attachment. 

-------------------------------
EXPECTED RESULT:
The filling lines should not exceed the circle boundary
Comment 1 André Klapper 2014-06-14 21:57:33 UTC
3.4 is old and not maintained anymore - can you attach a test file here?
Comment 2 Mattia Tamellini 2014-06-16 16:52:02 UTC
(In reply to comment #1)
> 3.4 is old and not maintained anymore - can you attach a test file here?

I'm sorry, what do you mean by "test file"?
Comment 3 José Aliste 2014-06-16 16:59:55 UTC
Instead of providing instructions to produce a pdf file, just attach the pdf file that is giving the wrong result in the screenshot. 

Thanks
Comment 4 Mattia Tamellini 2014-06-16 17:03:18 UTC
Created attachment 278549 [details]
pdf test file
Comment 5 Mattia Tamellini 2014-06-16 17:06:04 UTC
Ok, sorry about the misunderstanding. Please find attached the pdf test file.
Note that I am aware of the fact that it will be rendered correctly with different pdf readers (such as okular). I am not sure about what happens with a different version of evince though, since I only have 3.4 installed.

Thank you
Comment 6 Germán Poo-Caamaño 2014-06-16 17:15:32 UTC
Thanks for taking time to report this bug.

This was an old bug in poppler or cairo.  This bug is already fixed in newer versions of poppler. (>0.18)  Hence, I am closing this bug as obsolete.
Comment 7 Germán Poo-Caamaño 2014-06-16 17:18:55 UTC
On second thoughts, this is a duplicate of Bug 680673

*** This bug has been marked as a duplicate of bug 680673 ***