summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex b/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex
new file mode 100644
index 00000000000..76fdc1b6c7c
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-marble/examples/Leaves.tex
@@ -0,0 +1,24 @@
+\documentclass[pstricks]{standalone}
+\usepackage{pst-marble}
+\begin{document}
+\begin{pspicture}(-3,-6)(3,6)
+ \psMarble[
+ colors={
+ [183 168 135]
+ [106 107 91]
+ },
+ background={
+ [100 100 85]
+ },
+ viscosity=-1000,
+ actions={
+ 0 0 500 1000 0 colors 0 get 125 34 uniform-drops
+ 90 [ 7 150 -75 tines ] 80 200 20 rake
+ -90 [ 7 150 0 tines ] 80 200 20 rake
+ 0 0 500 1000 0 colors 1 get 750 12 uniform-drops
+ 180 [ 3 256 0 tines ] 80 200 20 rake
+ 0 [ 3 256 -128 tines ] 80 200 20 rake
+ }
+ ](6,12)
+\end{pspicture}
+\end{document}