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.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy b/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy
index f9413091d1c..2e0a3b0f4d4 100644
--- a/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/strokeshade.asy
@@ -1,4 +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}});
+ new pen[][] {{red,orange,yellow},{green,blue,purple}});