summaryrefslogtreecommitdiff
path: root/graphics/asymptote/examples/shadestroke.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/examples/shadestroke.asy')
-rw-r--r--graphics/asymptote/examples/shadestroke.asy5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/asymptote/examples/shadestroke.asy b/graphics/asymptote/examples/shadestroke.asy
new file mode 100644
index 0000000000..44f0b6e8a3
--- /dev/null
+++ b/graphics/asymptote/examples/shadestroke.asy
@@ -0,0 +1,5 @@
+size(100);
+
+radialshade(W..N..E--(0,0),stroke=true,
+ red+linewidth(30),(0,0),0.25,yellow,(0,0),1);
+