X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FLambda.tex;h=2426178877fa3e10a67ed4f143381aa8ac2b9bcb;hp=70c583d7e73159c2894f273bec90a29bce7979c7;hb=3fb953c21f9258fea8b4a0df8f80e2dc2e40acb6;hpb=af417b97de0fc5fe1257481e94a9532c205c6ce4 diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index 70c583d..2426178 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -8,7 +8,7 @@ path a, b; % Create a rectangle of the full size a := unitsquare xyscaled(\overlaywidth,\overlayheight); % Randomize it a bit -b := a randomized 10pt ; +b := a randomized (\overlaywidth / 25) ; % And draw it drawoptions (withpen pencircle scaled .75mm withcolor black) ; draw b;