summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/epsincl/testincl.mp
blob: 0db25cca4a9689d4ade1287ebe2db5032f2a636e (plain)
1
2
3
4
5
6
7
8
9
10
input epsincl;

tertiarydef p scaledto x = p scaled (x/xpart(urcorner(p)-llcorner(p))) enddef;

beginfig(100);
 label(use_eps("testinc0.eps") rotated 30 scaledto 100mm, origin);
 label(image(fill unitsquare scaled 2mm rotated 45), origin) withcolor .7white;
endfig;

end