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 438386 - spurious horizontal stripes in color gradients
spurious horizontal stripes in color gradients
Status: RESOLVED NOTGNOME
Product: evince
Classification: Core
Component: PDF
0.8.x
Other All
: Normal minor
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-14 17:29 UTC by Martin Uecker
Modified: 2007-05-14 17:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
pdf file showing spurious stripes in evince (3.91 KB, application/pdf)
2007-05-14 17:31 UTC, Martin Uecker
Details

Description Martin Uecker 2007-05-14 17:29:33 UTC
Please describe the problem:
While making a scientific poster evince showed annoying stripes in color gradients. xpdf (version 3.01) and acrobat render the document correctly.

Steps to reproduce:
It should be possible to reproduce the bug by compiling following file with pdflatex.

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{color}
\usepackage{tikz}
\usepackage[a0paper,margin=2cm,nohead,nofoot,paperheight=110cm, paperwidth=95cm]{geometry}

\definecolor{botcol}{rgb}{0.890625, 0.88671875, 0.99609375}
\definecolor{topcol}{rgb}{1.0, 1.0, 1.}

\pagestyle{empty}
\pagecolor{black}



\begin{document}

\begin{tikzpicture}
\draw (0,0) node[shade, color=topcol, bottom color=botcol] {
\parbox{1.\textwidth}{
\Large Test
\vspace{30cm}
}};
\end{tikzpicture}

\end{document}


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Martin Uecker 2007-05-14 17:31:27 UTC
Created attachment 88165 [details]
pdf file showing spurious stripes in evince
Comment 2 Carlos Garcia Campos 2007-05-14 17:42:36 UTC
Thanks a lot for the bug report. It looks like a bug in poppler, so I've filed a bug in poppler bugzilla:

https://bugs.freedesktop.org/show_bug.cgi?id=10942