diff options
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/shadestroke.asy')
-rw-r--r-- | Master/texmf/doc/asymptote/examples/shadestroke.asy | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Master/texmf/doc/asymptote/examples/shadestroke.asy b/Master/texmf/doc/asymptote/examples/shadestroke.asy deleted file mode 100644 index 44f0b6e8a3f..00000000000 --- a/Master/texmf/doc/asymptote/examples/shadestroke.asy +++ /dev/null @@ -1,5 +0,0 @@ -size(100); - -radialshade(W..N..E--(0,0),stroke=true, - red+linewidth(30),(0,0),0.25,yellow,(0,0),1); - |