summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikzscale/alt.tikz
blob: 73974caef72006b53cfbb332c6db12a6f19246db (plain)
1
2
3
4
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}