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