Limit randomizations of boxes by the minimum dimension.
[matthijs/master-project/report.git] / Utils / Lambda.tex
index 2172bbc38d0c1c42a1b01c255fe5b2a4c0d82146..5efe1df0f0ad9aaeed8a510709e6ab490b212eeb 100644 (file)
@@ -27,7 +27,7 @@ path a, b;
 % Create a rectangle of the full size
 a := unitsquare xyscaled(\overlaywidth,\overlayheight);
 % Randomize it a bit
-b := a randomized (\overlaywidth / 25) ;
+b := a randomized (min(\overlayheight, \overlaywidth) / 25) ;
 % And draw it
 drawoptions (withpen pencircle scaled .75mm withcolor black) ;
 draw b; 
@@ -77,4 +77,3 @@ draw b;
   \useMPgraphic{#1}
   \stopboxed
 }
-