blob: 563cca252c3e549d091af2364f1bbaf696394298 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\usepackage {pstcol}
\definecolor{lightblue}{rgb}{.68, .85, .9}
\begin{pspicture}(0,0)(3,2)\showgrid
\pscircle[linewidth=1mm,linecolor=green]
(1,1){1}
\pscircle[linestyle=none,fillstyle=solid,
fillcolor=lightblue](1,1){0.5}
\pscircle[fillstyle=crosshatch](2.5,1.5)
{0.5}
\end{pspicture}
|