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