From 5a5ed51adcf876db905825989f564b51d622c0dd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 9 Jun 2009 00:38:32 +0000 Subject: asy doc, tlpsrc patterns git-svn-id: svn://tug.org/texlive/trunk@13675 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/doc/asymptote/examples/ring.asy | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Master/texmf/doc/asymptote/examples/ring.asy (limited to 'Master/texmf/doc/asymptote/examples/ring.asy') diff --git a/Master/texmf/doc/asymptote/examples/ring.asy b/Master/texmf/doc/asymptote/examples/ring.asy new file mode 100644 index 00000000000..54e0e25d489 --- /dev/null +++ b/Master/texmf/doc/asymptote/examples/ring.asy @@ -0,0 +1,5 @@ +size(0,100); +path unitcircle=E..N..W..S..cycle; +path g=scale(2)*unitcircle; +radialshade(unitcircle^^g,yellow+evenodd,(0,0),1.0,yellow+brown,(0,0),2); + -- cgit v1.2.3