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