summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/ring.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/ring.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/ring.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/ring.asy b/Master/texmf/doc/asymptote/examples/ring.asy
index 54e0e25d489..6963d42d23f 100644
--- a/Master/texmf/doc/asymptote/examples/ring.asy
+++ b/Master/texmf/doc/asymptote/examples/ring.asy
@@ -1,5 +1,5 @@
size(0,100);
path unitcircle=E..N..W..S..cycle;
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);
-