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/uncover.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/uncover.tikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/tikzscale/uncover.tikz | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzscale/uncover.tikz b/Master/texmf-dist/doc/latex/tikzscale/uncover.tikz new file mode 100644 index 00000000000..0a0e4464bef --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikzscale/uncover.tikz @@ -0,0 +1,4 @@ +\begin{tikzpicture} + \draw (0,0) rectangle (5,5); + \uncover<2>{\draw (0,0) -- ++(5,5) -- ++(-2.5, 2.5) -- ++(-2.5, -2.5) -- (5,0);} +\end{tikzpicture}
\ No newline at end of file |