summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/bclogo/bc-etoile.mp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-01 23:12:16 +0000
committerKarl Berry <karl@freefriends.org>2011-08-01 23:12:16 +0000
commit9ef2c44b41c76e9d4d9abae54f2caac6877a6911 (patch)
treef147430b23d618698d31389f4ae7012d6dc2dbd3 /Master/texmf-dist/metapost/bclogo/bc-etoile.mp
parente00599b235e942382cf3b0f9abcac06a348ade45 (diff)
bclogo (1aug11)
git-svn-id: svn://tug.org/texlive/trunk@23305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/bclogo/bc-etoile.mp')
-rw-r--r--Master/texmf-dist/metapost/bclogo/bc-etoile.mp31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/bclogo/bc-etoile.mp b/Master/texmf-dist/metapost/bclogo/bc-etoile.mp
new file mode 100644
index 00000000000..159130ddb09
--- /dev/null
+++ b/Master/texmf-dist/metapost/bclogo/bc-etoile.mp
@@ -0,0 +1,31 @@
+prologues:=1;
+outputtemplate:="%j.mps";
+beginfig(1);
+drawoptions (withcolor (1.000000,0.831373,0.000000));
+linecap := butt;
+linejoin := mitered;
+fill (9.964840,3.820310)--(6.769530,5.523440)--(3.554690,3.859380)
+ --(4.187500,7.421880)--(1.609370,9.964840)--(5.195310,10.464800)
+ --(6.816410,13.699200)--(8.402340,10.445300)--(11.980500,9.906250)
+ --(9.371090,7.394530)--cycle;
+drawoptions (withcolor (0.000000,0.000000,0.000000));
+pickup pencircle scaled 0.400000bp;
+linecap := rounded;
+linejoin := rounded;
+draw (9.964840,3.820310)--(6.769530,5.523440)--(3.554690,3.859380)
+ --(4.187500,7.421880)--(1.609370,9.964840)--(5.195310,10.464800)
+ --(6.816410,13.699200)--(8.402340,10.445300)--(11.980500,9.906250)
+ --(9.371090,7.394530)--cycle;
+r:=17pt/(xpart(urcorner(currentpicture))-xpart(ulcorner(currentpicture)));
+picture pic;
+pic:=currentpicture;
+currentpicture:=nullpicture;
+drawoptions();
+draw pic scaled(1.3);
+z0=.5*urcorner(currentpicture)+.5*ulcorner(currentpicture);
+z1=.5*lrcorner(currentpicture)+.5*llcorner(currentpicture);
+draw (z0+(10.5,2));
+draw (z1-(10.5,3));
+clip currentpicture to ((z0-(8.5pt,0))--(z0+(8.5pt,0))--(z1+(8.5pt,-1pt))--(z1-(8.5pt,1pt))--cycle);
+endfig;
+end