summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex
new file mode 100644
index 00000000000..90be95c8ded
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Nonpareil.tex
@@ -0,0 +1,31 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-6,-6)(6,6)
+ \psMarble[
+ background={
+ [1 1 1]
+ },
+ colors={
+ [0.275 0.569 0.796]
+ [0.965 0.882 0.302]
+ [0.176 0.353 0.129]
+ [0.635 0.008 0.094]
+ [0.078 0.165 0.518]
+ [0.824 0.592 0.031]
+ [0.059 0.522 0.392]
+ [0.816 0.333 0.475]
+ [0.365 0.153 0.435]
+ [0.624 0.588 0.439]
+ },
+ viscosity=1000,
+ actions={
+ 0 0 48 colors 25 concentric-rings
+ 90 [-150 450] 100 750 31 rake
+ -90 [-150 450] 100 750 31 rake
+ 180 [ 25 50 0 tines ] 30 200 31 rake
+ 0 230 shift
+ }
+ ](12,12)
+\end{pspicture}
+\end{document}