You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My guess was that because radius sets x radius and y radius separately, they get different random numbers, and hence you get an ellipse with \draw circle[radius=rand];.
This was reported in https://tex.stackexchange.com/questions/389920/tikz-drawviolet-0-0-circle-rand2-is-an-oval#comment1296666_512741, and as requested by Henri I'm making a bug report.
My guess was that because
radius
setsx radius
andy radius
separately, they get different random numbers, and hence you get an ellipse with\draw circle[radius=rand];
.The text was updated successfully, but these errors were encountered: