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