From 29d388c341b81ef805d4755ee61817a2b06d123a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 30 Sep 2009 17:10:12 +0200 Subject: [PATCH] Randomize the transformation HLine a bit. --- Utils/Lambda.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index 1702355..6df9857 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -8,10 +8,10 @@ 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 / 25) ; % And draw it drawoptions (withpen pencircle scaled .75mm withcolor black) ; -draw a; +draw b; \stopuseMPgraphic % Draw a line with the given options. Accepts only the 'width' option. Be -- 2.30.2