blob: 1971051f97d733cafd496fcc43961583cb81018f (
plain)
1
2
3
4
5
6
7
8
|
\usepackage {pstcol}
\begin{pspicture}(0,0)(2,2)\showgrid
\pscustom[fillstyle=solid,
fillcolor=gray]{%
\pscurve(0,.5)(1,1.5)(.9,1)
\pscurve[liftpen=2](2,.5)(1,.1)(0,.1)
}
\end{pspicture}
|