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:
0d14e56
)
Reduce randomization in horizontal lines.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 6 Oct 2009 08:44:37 +0000
(10:44 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 6 Oct 2009 08:44:37 +0000
(10:44 +0200)
Utils/Lambda.tex
patch
|
blob
|
history
diff --git
a/Utils/Lambda.tex
b/Utils/Lambda.tex
index f1952eaffbeb31a56d0a992a8bb09b9d4a527502..6ad1fbbd9996524c46c12d931c202dbcbe26972f 100644
(file)
--- 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;