summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/yingyang.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/yingyang.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/yingyang.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/yingyang.asy b/Master/texmf-dist/doc/asymptote/examples/yingyang.asy
index 68b0d0eea74..10a08ec98d8 100644
--- a/Master/texmf-dist/doc/asymptote/examples/yingyang.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/yingyang.asy
@@ -1,5 +1,5 @@
size(0,25cm);
-guide center=(0,1){W}..tension 0.8..(0,0){(1,-.5)}..tension 0.8..{W}(0,-1);
+guide center=(0,1){W}..tension 0.8..(0,0){(1,-.5)}..tension 0.8..{W}(0,-1);
draw((0,1)..(-1,0)..(0,-1));
filldraw(center{E}..{N}(1,0)..{W}cycle);