summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/axialshade.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/axialshade.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/axialshade.asy5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/axialshade.asy b/Master/texmf-dist/doc/asymptote/examples/axialshade.asy
new file mode 100644
index 00000000000..97977b2aeaa
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/axialshade.asy
@@ -0,0 +1,5 @@
+size(0,100);
+
+axialshade(unitsquare,red,(0,0),blue,(1,1));
+
+