diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/CDlabel.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/CDlabel.asy | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/CDlabel.asy b/Master/texmf-dist/doc/asymptote/examples/CDlabel.asy index 3dd59699e40..2ac1272c9f9 100644 --- a/Master/texmf-dist/doc/asymptote/examples/CDlabel.asy +++ b/Master/texmf-dist/doc/asymptote/examples/CDlabel.asy @@ -1,5 +1,7 @@ size(11.7cm,11.7cm); + asy(nativeformat(),"logo"); + fill(unitcircle^^(scale(2/11.7)*unitcircle), evenodd+rgb(124/255,205/255,124/255)); label(scale(1.1)*minipage( @@ -10,5 +12,5 @@ label(scale(1.1)*minipage( \textsc{Andy Hammerlindl, John Bowman, and Tom Prince} http://asymptote.sourceforge.net\\ ",8cm),(0,0.6)); -label(graphic("logo."+nativeformat(),"height=7cm"),(0,-0.22)); +label(graphic("logo","height=7cm"),(0,-0.22)); clip(unitcircle^^(scale(2/11.7)*unitcircle),evenodd); |