diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/shade.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/shade.asy | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/shade.asy b/Master/texmf-dist/doc/asymptote/examples/shade.asy new file mode 100644 index 00000000000..66b8880fd4b --- /dev/null +++ b/Master/texmf-dist/doc/asymptote/examples/shade.asy @@ -0,0 +1,4 @@ + +size(100,0); +radialshade(unitsquare,yellow,(0,0),0,red,(0,0),1); + |