diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-11 23:21:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-11 23:21:02 +0000 |
commit | 43501b14c11da09f8e269e70521b541c3a606848 (patch) | |
tree | ec54994aaed1f59f1fae45aa3d5254ce8b2518fa /Master/texmf-dist/doc/latex/tikzscale/alt.tikz | |
parent | addae3c15506f8e396751640ac25d85e19a601b4 (diff) |
tikzscale (11mar13)
git-svn-id: svn://tug.org/texlive/trunk@29342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzscale/alt.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/alt.tikz | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/alt.tikz b/Master/texmf-dist/doc/latex/tikzscale/alt.tikz new file mode 100644 index 00000000000..73974caef72 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzscale/alt.tikz @@ -0,0 +1,5 @@ +\begin{tikzpicture} + \draw (0,0) rectangle (5,5); + \alt<2> {\draw (0,0) -- ++(5,5) -- ++(-2.5, 2.5) -- ++(-2.5, -2.5) -- (5,0);} + {\draw (0,0) -- ++(5,5) ++(-5, 0) -- ++(5,-5);} +\end{tikzpicture}
\ No newline at end of file |