summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/linetype.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/linetype.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/linetype.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/linetype.asy b/Master/texmf-dist/doc/asymptote/examples/linetype.asy
index dc4762c2478..477ada1e14d 100644
--- a/Master/texmf-dist/doc/asymptote/examples/linetype.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/linetype.asy
@@ -6,7 +6,7 @@ void testline(real y) {
draw((0,y-40)--(100,y-40),currentpen+dashdotted);
draw((0,y-50)--(100,y-50),currentpen+longdashdotted);
draw((0,y-60)--(100,y-60),currentpen+Dotted);
-}
+}
currentpen=linewidth(0.5);
testline(100);