I'm working with the TikZ package and I noticed that even though I get a correct pdf file with this .tex file (found in this forum):
\documentclass{article}
\usepackage{tikz}
\begin{document}
\tikzstyle{ball} = [circle,shading=ball, ball color=red!80!white, minimum size=1cm]
\begin{tikzpicture}
\node [style=ball] {blah blah};
\end{tikzpicture}
\end{document}
if for example I change the colour from red to blue and I open the pdf file, keeping open the first one, there isn't the expected colour background, but if I close both the files and I open one of them the first one is correctly visualized, whereas the second is not...
Could someone tell me the reason of this problem?... and how to solve it...
Thanks in advance
PS: I'm working with MiKTeX and TeXnicCenter on Windows
tikz shading adobe reader(or combine withbug) gives some results. Try another pdf Reader. I can confirm that the Adobe Reader doesn't show the color but the TeXworks previewer does, on my system. – Stefan Kottwitz♦ Dec 6 '10 at 16:38