summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/strokepath.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/strokepath.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/strokepath.asy1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/strokepath.asy b/Master/texmf-dist/doc/asymptote/examples/strokepath.asy
index c857150ec58..5e5b2b9a964 100644
--- a/Master/texmf-dist/doc/asymptote/examples/strokepath.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/strokepath.asy
@@ -5,7 +5,6 @@ frame f;
// Equivalent to draw(f,g,p):
fill(f,strokepath(g,p),red);
shipout("strokepathframe",f);
-shipped=false;
size(400);