blob: cbbfd3745ff427583733cb731bafa74177edd1e0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\usepackage {pstcol}
\begin{pspicture}(0,0)(4,2)\showgrid
\psellipse[linecolor=green,
fillstyle=vlines,
hatchangle=0]
(1,1)(1,0.5)
\pswedge[fillstyle=solid,
fillcolor=lightgray]
(2.5,1){1}{0}{120}
\end{pspicture}
|