projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd26f4a
)
Randomize the transformation HLine a bit.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 30 Sep 2009 15:10:12 +0000
(17:10 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 30 Sep 2009 15:10:12 +0000
(17:10 +0200)
Utils/Lambda.tex
patch
|
blob
|
history
diff --git
a/Utils/Lambda.tex
b/Utils/Lambda.tex
index 1702355a03762dbf7190df03f686fccdc81fe6af..6df98575367829aa84a0cdc18c7d6230fe098d37 100644
(file)
--- 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