GNOME Bugzilla – Bug 731649
Problem in rendering of pattern filled tikz drawings
Last modified: 2014-06-16 17:18:55 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
3.4 is old and not maintained anymore - can you attach a test file here?
(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"?
Instead of providing instructions to produce a pdf file, just attach the pdf file that is giving the wrong result in the screenshot. Thanks
Created attachment 278549 [details] pdf test file
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
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.
On second thoughts, this is a duplicate of Bug 680673 *** This bug has been marked as a duplicate of bug 680673 ***