diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-01 23:12:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-01 23:12:16 +0000 |
commit | 9ef2c44b41c76e9d4d9abae54f2caac6877a6911 (patch) | |
tree | f147430b23d618698d31389f4ae7012d6dc2dbd3 /Master/texmf-dist/metapost/bclogo/bc-feurouge.mp | |
parent | e00599b235e942382cf3b0f9abcac06a348ade45 (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-feurouge.mp')
-rw-r--r-- | Master/texmf-dist/metapost/bclogo/bc-feurouge.mp | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/bclogo/bc-feurouge.mp b/Master/texmf-dist/metapost/bclogo/bc-feurouge.mp new file mode 100644 index 00000000000..bc0a1640d2c --- /dev/null +++ b/Master/texmf-dist/metapost/bclogo/bc-feurouge.mp @@ -0,0 +1,61 @@ +outputtemplate:="%j.mps"; +prologues := 1; +beginfig(1); +path p[]; +linecap := butt; +linejoin := mitered; +fill (40.746101,48.289101) + --(43.507801,48.289101) + --(43.507801,56.335899) + ..controls (43.507801,56.335899) and (57.378899,68.437500)..(55.039101,72.914101) + --(43.507801,72.914101) + --(43.507801,75.675797) + ..controls (43.507801,78.062500) and (41.570301,80.000000)..(39.183601,80.000000) + --(16.121099,80.000000) + ..controls (13.734400,80.000000) and (11.796900,78.062500)..(11.796900,75.675797) + --(11.796900,72.914101) + --(0.265625,72.914101) + ..controls (-2.074220,68.437500) and (11.796900,56.335899)..(11.796900,56.335899) + --(11.796900,48.289101) + --(0.265625,48.289101) + ..controls (-2.074220,43.812500) and (11.796900,31.710899)..(11.796900,31.710899) + --(11.796900,23.664101) + --(0.265625,23.664101) + ..controls (-2.074220,19.187500) and (11.796900,7.085940)..(11.796900,7.085940) + --(11.796900,4.324220) + ..controls (11.796900,1.937500) and (13.734400,0.000000)..(16.121099,0.000000) + --(39.183601,0.000000) + ..controls (41.570301,0.000000) and (43.507801,1.937500)..(43.507801,4.324220) + --(43.507801,7.085940) + ..controls (43.507801,7.085940) and (57.378899,19.187500)..(55.039101,23.664101) + --(43.507801,23.664101) + --(43.507801,31.710899) + ..controls (43.507801,31.710899) and (57.378899,43.812500)..(55.039101,48.289101) + --(43.507801,48.289101) + --(40.746101,48.289101) + --(40.746101,15.382800) + ..controls (40.746101,8.152340) and (34.886700,2.289060)..(27.652300,2.289060) + ..controls (20.421900,2.289060) and (14.558600,8.152340)..(14.558600,15.382800) + --(14.558600,64.617203) + ..controls (14.558600,71.847702) and (20.421900,77.710899)..(27.652300,77.710899) + ..controls (34.886700,77.710899) and (40.746101,71.847702)..(40.746101,64.617203) + --cycle; + +fill fullcircle scaled(17.777302) shifted(27.6523,64.277298) withcolor(248/256,25/256,13/256); +draw fullcircle scaled(17.777302) shifted(27.6523,64.277298); +fill fullcircle scaled(17.777302) shifted(27.6523,39.953098); +fill fullcircle scaled(17.777302) shifted(27.6523,15.628898); + +r:=17pt/(xpart(urcorner(currentpicture))-xpart(ulcorner(currentpicture))); +picture pic; +pic:=currentpicture; +currentpicture:=nullpicture; +drawoptions(); +draw pic scaled(r); +z0=.5*urcorner(currentpicture)+.5*ulcorner(currentpicture); +z1=.5*lrcorner(currentpicture)+.5*llcorner(currentpicture); +draw (z0+(10.5,2)); +draw (z1-(10.5,2)); +clip currentpicture to ((z0-(8.5pt,0))--(z0+(8.5pt,0))--(z1+(8.5pt,0))--(z1-(8.5pt,0))--cycle); +endfig; +end |