summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-marble/examples/Wreath.tex
blob: d79020bca8dbbfca6622750e16d1e8ca71ad0377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\documentclass[pstricks]{standalone}
\usepackage{pst-marble}
\begin{document}
\begin{pspicture}(-6,-6)(6,6)
  \psMarble[
    background={
      [ 222 186 149 ]
    },
    viscosity=1000,
    actions={
      -300 92 500
      {
	0 exch 90 [ 12 100 -100 tines ] [ 76 95 63 ] 45 line-drops
      } for
      90  [ 9 220 0 tines ] 40 200 31 rake
      -90 [ 9 220 -100 tines ] 40 200 31 rake
      0 0 [ -350 ] 30 30 15 stir
      0 0 [ -150 ] 60 30 15 stir
    }
  ](12,12)
\end{pspicture}
\end{document}