summaryrefslogtreecommitdiff
path: root/graphics/bclogo/tex/sources_MetaPost/bc-note.mp
blob: 3cf9330bc6219a1f87bf36d49315521331d57dcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
prologues:=1;
outputtemplate:="%j.mps";
beginfig(1);
linecap := butt;
linejoin := mitered;
fill (80.695297,716.262024)..controls (80.574203,716.257996) and (80.476601,716.171997)..(80.480499,716.062988)
    --(80.687500,704.125000)..controls (79.941399,704.570007) and (78.644501,704.637024)..(77.312500,704.223022)
    ..controls (75.503899,703.659973) and (74.339798,702.429993)..(74.710899,701.473022)
    ..controls (75.082001,700.512024) and (76.851601,700.187988)..(78.656303,700.750000)
    ..controls (80.425797,701.301025) and (81.574203,702.504028)..(81.273399,703.453003)
    --(81.125000,711.987976)..controls (82.910202,711.909973) and (86.910202,711.625000)..(84.917999,706.456970)
    ..controls (85.992203,707.906006) and (86.839798,709.598022)..(85.273399,711.629028)
    ..controls (84.378899,712.789001) and (81.617203,713.348022)..(81.062500,715.398010)
    --(81.054703,716.065979)..controls (81.050797,716.176025) and (80.953102,716.262024)..(80.832001,716.262024)
    --cycle;
pickup pencircle scaled 0.797011bp;
draw (80.695297,716.262024)..controls (80.574203,716.257996) and (80.476601,716.171997)..(80.480499,716.062988)
    --(80.687500,704.125000)..controls (79.941399,704.570007) and (78.644501,704.637024)..(77.312500,704.223022)
    ..controls (75.503899,703.659973) and (74.339798,702.429993)..(74.710899,701.473022)
    ..controls (75.082001,700.512024) and (76.851601,700.187988)..(78.656303,700.750000)
    ..controls (80.425797,701.301025) and (81.574203,702.504028)..(81.273399,703.453003)
    --(81.125000,711.987976)..controls (82.910202,711.909973) and (86.910202,711.625000)..(84.917999,706.456970)
    ..controls (85.992203,707.906006) and (86.839798,709.598022)..(85.273399,711.629028)
    ..controls (84.378899,712.789001) and (81.617203,713.348022)..(81.062500,715.398010)
    --(81.054703,716.065979)..controls (81.050797,716.176025) and (80.953102,716.262024)..(80.832001,716.262024)
    --cycle;
picture pic;
pic:=currentpicture;
currentpicture:=nullpicture;
drawoptions();
draw pic scaled(0.8);
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,-2pt))--(z1-(8.5pt,2pt))--cycle);
endfig;
end