summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikzscale/beamer/pause.tikz
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/tikzscale/beamer/pause.tikz')
-rw-r--r--graphics/pgf/contrib/tikzscale/beamer/pause.tikz5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/tikzscale/beamer/pause.tikz b/graphics/pgf/contrib/tikzscale/beamer/pause.tikz
new file mode 100644
index 0000000000..6b3d4dd8e0
--- /dev/null
+++ b/graphics/pgf/contrib/tikzscale/beamer/pause.tikz
@@ -0,0 +1,5 @@
+\begin{tikzpicture}
+ \draw (0,0) rectangle (5,5);
+ \pause
+ \draw (0,0) -- ++(5,5) -- ++(-2.5, 2.5) -- ++(-2.5, -2.5) -- (5,0);
+\end{tikzpicture} \ No newline at end of file