« Return to Thread: color shading: bug or feature

color shading: bug or feature

by Goebel, Juergen, OPES27 :: Rate this Message:

Reply to Author | View in Thread

color shading: bug or feature

Hi,

pdfLaTeXing the following example I get a very thin line around the
filled area. Unfortunately this is not only to be seen while enlarging
the picture, but also when showing a presentation. Is it possible to
suppress this behavior?

\documentclass{article}
\usepackage{tikz}
\begin{document}
 \begin{tikzpicture}
  \fill[left color=white,right color=black] (0,0) rectangle (10,0.1);
 \end{tikzpicture}
\end{document}


Best regards,

Juergen


------------------------------------------------------------------------------

_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

 « Return to Thread: color shading: bug or feature