summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/Coons.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/examples/Coons.asy')
-rw-r--r--Build/source/utils/asymptote/examples/Coons.asy6
1 files changed, 0 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/examples/Coons.asy b/Build/source/utils/asymptote/examples/Coons.asy
deleted file mode 100644
index 9f59d152575..00000000000
--- a/Build/source/utils/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);