summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl
new file mode 100644
index 00000000000..a2fba923de8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-3.inl
@@ -0,0 +1,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}