summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/shadestroke.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/shadestroke.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/shadestroke.asy5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/shadestroke.asy b/Master/texmf/doc/asymptote/examples/shadestroke.asy
new file mode 100644
index 00000000000..44f0b6e8a3f
--- /dev/null
+++ b/Master/texmf/doc/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);
+