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