summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/venn.asy
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-06 15:21:10 +0000
committerKarl Berry <karl@freefriends.org>2018-04-06 15:21:10 +0000
commitf43901a2e69137a91d953d854976bf91dc5905a5 (patch)
treef68c911b3d3e61ea5d343b2144c07e3f82d0b2b5 /Master/texmf-dist/doc/asymptote/examples/venn.asy
parent02985bccb92d6c159bbcd4621c92edb0dedb263b (diff)
asymptote 2.43
git-svn-id: svn://tug.org/texlive/trunk@47325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/venn.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/venn.asy1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/venn.asy b/Master/texmf-dist/doc/asymptote/examples/venn.asy
index f56440ba0a4..33100a72e87 100644
--- a/Master/texmf-dist/doc/asymptote/examples/venn.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/venn.asy
@@ -34,4 +34,3 @@ draw(z--z1,Arrow,Margin(0,m));
draw(z--z2,Arrow,Margin(0,m));
shipout(bbox(0.25cm));
-currentpicture.uptodate=true;