summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/strokeshade.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/strokeshade.asy4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy b/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy
new file mode 100644
index 00000000000..f9413091d1c
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy
@@ -0,0 +1,4 @@
+size(100);
+guide g=(0,0)..controls(70,30) and (-40,30)..(30,0);
+latticeshade(g,stroke=true,linewidth(10),
+ new pen[][] {{red,orange,yellow},{green,blue,purple}});