From: Matthijs Kooijman Date: Tue, 6 Oct 2009 08:44:37 +0000 (+0200) Subject: Reduce randomization in horizontal lines. X-Git-Tag: final-thesis~219 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=8efa6369ca89d10a176f8aa5e10bc257ec3a80b7 Reduce randomization in horizontal lines. --- diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index f1952ea..6ad1fbb 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -8,7 +8,7 @@ path a, b; % Create a rectangle of the full size a := origin -- (\MPvar{width}, 0mm); % Randomize it a bit -b := a randomized (\overlaywidth / 25) ; +b := a randomized (\overlaywidth / 50) ; % And draw it drawoptions (withpen pencircle scaled .75mm withcolor black) ; draw b;