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