summaryrefslogtreecommitdiff
path: root/info/examples/lgc/4-4-7.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-4-7.inl
Initial commit
Diffstat (limited to 'info/examples/lgc/4-4-7.inl')
-rw-r--r--info/examples/lgc/4-4-7.inl10
1 files changed, 10 insertions, 0 deletions
diff --git a/info/examples/lgc/4-4-7.inl b/info/examples/lgc/4-4-7.inl
new file mode 100644
index 0000000000..563cca252c
--- /dev/null
+++ b/info/examples/lgc/4-4-7.inl
@@ -0,0 +1,10 @@
+\usepackage {pstcol}
+\definecolor{lightblue}{rgb}{.68, .85, .9}
+\begin{pspicture}(0,0)(3,2)\showgrid
+ \pscircle[linewidth=1mm,linecolor=green]
+ (1,1){1}
+ \pscircle[linestyle=none,fillstyle=solid,
+ fillcolor=lightblue](1,1){0.5}
+ \pscircle[fillstyle=crosshatch](2.5,1.5)
+ {0.5}
+\end{pspicture}