summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/ring.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/ring.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/ring.asy4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/ring.asy b/Master/texmf-dist/doc/asymptote/examples/ring.asy
new file mode 100644
index 00000000000..5fec60d4c0b
--- /dev/null
+++ b/Master/texmf-dist/doc/asymptote/examples/ring.asy
@@ -0,0 +1,4 @@
+size(0,100);
+path g=scale(2)*unitcircle;
+label("$a \le r \le b$");
+radialshade(unitcircle^^g,yellow+evenodd,(0,0),1.0,yellow+brown,(0,0),2);