diff options
Diffstat (limited to 'Master/texmf-dist/metapost/bclogo/bc-peaceandlove.mp')
-rw-r--r-- | Master/texmf-dist/metapost/bclogo/bc-peaceandlove.mp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/metapost/bclogo/bc-peaceandlove.mp b/Master/texmf-dist/metapost/bclogo/bc-peaceandlove.mp new file mode 100644 index 00000000000..30d2fe97ad2 --- /dev/null +++ b/Master/texmf-dist/metapost/bclogo/bc-peaceandlove.mp @@ -0,0 +1,21 @@ +prologues:=1; +outputtemplate:="%j.mps"; +beginfig(1); +pickup pencircle scaled(3bp); +draw fullcircle scaled(38); +draw (0,-19)--(0,19); +draw (0,0)--((0,-19) rotated(45)); +draw (0,0)--((0,-19) rotated(-45)); +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; |