summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/linetype.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/linetype.asy')
-rw-r--r--graphics/asymptote/doc/linetype.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/doc/linetype.asy b/graphics/asymptote/doc/linetype.asy
index dc4762c247..477ada1e14 100644
--- a/graphics/asymptote/doc/linetype.asy
+++ b/graphics/asymptote/doc/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);