summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikzscale/onslide.tikz
blob: 0471aac8b61e6d36f442f6446986e6224230bd78 (plain)
1
2
3
4
\begin{tikzpicture}
	\draw (0,0) rectangle (5,5);
	\onslide<2>{\draw (0,0) -- ++(5,5) -- ++(-2.5, 2.5) -- ++(-2.5, -2.5) -- (5,0);}
\end{tikzpicture}