« Return to Thread: color shading: bug or feature

Re: color shading: bug or feature

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

Reply to Author | View in Thread

> Alain Matthes [mailto:alain.matthes@...] wrote:

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

You might say 'RTFM', too. \shade does the trick as well,
so if I would have looked into the manual I could find it.

Thanks for your hint and sorry for my superfluous posting.

Juergen


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

 « Return to Thread: color shading: bug or feature