summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/CDlabel.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/CDlabel.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/CDlabel.asy14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/CDlabel.asy b/Master/texmf/doc/asymptote/examples/CDlabel.asy
new file mode 100644
index 00000000000..3dd59699e40
--- /dev/null
+++ b/Master/texmf/doc/asymptote/examples/CDlabel.asy
@@ -0,0 +1,14 @@
+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(
+"\centering\scriptsize \textbf{\LARGE {\tt Asymptote}\\
+\smallskip
+\small The Vector Graphics Language}\\
+\smallskip
+\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));
+clip(unitcircle^^(scale(2/11.7)*unitcircle),evenodd);