summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-6.inl
blob: 48b744b81691b1e1dd4b7ddd6d1be1f659f001d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
\usepackage {pstcol}
\begin{pspicture}(0,0)(2,1)\showgrid
\pscustom{%
 \pscurve(0,.6)(1,.9)(2,.6)
 \gsave
   \pscurve[liftpen=1](2,.4)(1,.1)(0,.4)
   \fill[fillstyle=solid,fillcolor=lightgray]
 \grestore
}
  \pscurve[liftpen=2](2,.4)(1,.1)(0,.4)
\end{pspicture}