Why does this code generates a rectangle, not a square?
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[scale=rnd] (0,0) rectangle (1,1);
\end{tikzpicture}
\end{document}
|
Why does this code generates a rectangle, not a square?
|
||||
|
|
|
Every coordinate of (1,1) is multiplied with the value of To use
|
|||||||||||
|