blob: a2fba923de8b10a5eaa0b653ab53184db7a8b9bc (
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=1](2,.5)(1,.1)(0,.1)
}
\end{pspicture}
|