Created attachment 116999 [details] Test case The PDF gradient generated by following LaTeX document is rendered incorrectly: \documentclass{standalone} \usepackage{tikz} \usetikzlibrary{shadings} \begin{document} \begin{tikzpicture} \shade[shading=color wheel, opacity=.6, shading angle=220] (0,0) circle (1); \end{tikzpicture} \end{document} Okular renders this incorrectly: grid lines and very bad gradient resolution (see screenshots). The grid lines disappear when "shading angle=220" is removed from the source.
Original KDE bug report: https://bugs.kde.org/show_bug.cgi?id=348580
cairo also affected. (tested in evince)
Splash part solved with solution of bug 94441, move to cairo!
The cairo side was fixed in bug 88394. BTW, using PostScript functions is a very suboptimal way of generating a conical gradient. Conical gradients can easily be creating using Type 6 shadings.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.