summaryrefslogtreecommitdiff
path: root/info/examples/lgc/4-10-2.inl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc/4-10-2.inl
Initial commit
Diffstat (limited to 'info/examples/lgc/4-10-2.inl')
-rw-r--r--info/examples/lgc/4-10-2.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/info/examples/lgc/4-10-2.inl b/info/examples/lgc/4-10-2.inl
new file mode 100644
index 0000000000..a5dd930589
--- /dev/null
+++ b/info/examples/lgc/4-10-2.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=0](2,.5)(1,.1)(0,.1)
+}
+\end{pspicture}