summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-20 20:04:25 +0000
committerKarl Berry <karl@freefriends.org>2014-08-20 20:04:25 +0000
commit1dd6e5bec91358ff6bcd1964121979187a676cb4 (patch)
tree6ca5c7d1f77af1098886ff908660fa6279e1e31d /Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex
parentad409dcf2ee3052e025ecf5cca832ae5147ad253 (diff)
pst-spirograph (20aug14)
git-svn-id: svn://tug.org/texlive/trunk@34995 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex
new file mode 100644
index 00000000000..dfc25030254
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim8.tex
@@ -0,0 +1,20 @@
+\documentclass[border=5mm]{standalone}
+\usepackage{animate}
+\usepackage{pst-spirograph}
+
+\begin{document}
+
+\begin{animateinline}[
+ width=0.9\linewidth,
+ begin={\begin{pspicture}[showgrid=top](-7,-7)(7,7)},
+ end={\end{pspicture}},
+ palindrome,controls,
+% autoplay
+]{5}
+\multiframe{74}{rA=0.001+20.000}{%
+ \psSpirograph[thetamax=\rA,Z1=27,Z2=12,m=0.4,curvecolor={[rgb]{0 0.25 0.5}},curvewidth=1.5pt,
+ linewidth=0.025,fillstyle=solid,polarangle=\rA,holenumber=4,opacity=0.5](0,0)}
+\end{animateinline}
+
+\end{document}
+