summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/voss/bsp42.tex
blob: 88ab57d035a08d22d41eedc22e1d0576b747adb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\documentclass{article}
\usepackage{pstricks}
\pagestyle{empty}
\parindent=0pt
\begin{document}

\begin{center}
\xdefinecolor{blue90}{rgb}{0.8,0.8,1}
\begin{pspicture}(3,3)
  \pscircle*[linecolor=blue90](1.5,1.5){1.5}
  \pscircle[fillstyle=hlines](1,2){1}
  \pscircle[fillstyle=hlines,hatchcolor=red,%
     hatchangle=0](2,1){1}
\end{pspicture}
~
\begin{pspicture}(3,3)
  \pscircle*[linecolor=blue90](1.5,1.5){1.5}
  \pscircle[fillstyle=hlines*](1,2){1}
  \pscircle[fillstyle=hlines*,hatchcolor=red,%
     hatchangle=0](2,1){1}
\end{pspicture}
~
\begin{pspicture}(3,3)
  \pscircle*[linecolor=blue90](1.5,1.5){1.5}
  \pscircle[fillstyle=crosshatch](1,2){1}
  \pscircle[fillstyle=crosshatch,hatchcolor=red,%
     hatchangle=0](2,1){1}
\end{pspicture}
\end{center}

\end{document}