summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/Coons.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/Coons.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/Coons.asy6
1 files changed, 0 insertions, 6 deletions
diff --git a/Master/texmf/doc/asymptote/examples/Coons.asy b/Master/texmf/doc/asymptote/examples/Coons.asy
deleted file mode 100644
index 9f59d152575..00000000000
--- a/Master/texmf/doc/asymptote/examples/Coons.asy
+++ /dev/null
@@ -1,6 +0,0 @@
-size(200);
-
-pen[] p={red,green,blue,magenta};
-path g=(0,0){dir(45)}..(1,0)..(1,1)..(0,1)..cycle;
-tensorshade(g,p);
-dot(g);