summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/CDlabel.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/CDlabel.asy')
-rw-r--r--graphics/asymptote/doc/CDlabel.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/doc/CDlabel.asy b/graphics/asymptote/doc/CDlabel.asy
index 304db79f77..2ac1272c9f 100644
--- a/graphics/asymptote/doc/CDlabel.asy
+++ b/graphics/asymptote/doc/CDlabel.asy
@@ -1,7 +1,7 @@
size(11.7cm,11.7cm);
-settings.tex="pdflatex";
asy(nativeformat(),"logo");
+
fill(unitcircle^^(scale(2/11.7)*unitcircle),
evenodd+rgb(124/255,205/255,124/255));
label(scale(1.1)*minipage(
@@ -12,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);