Am 26.11.2008 um 10:04 schrieb Yue Wang:
hi:
it seems that mpfigure will be in the wrong position using the xetex engine. here is the sample file:
% engine=xetex
\starttext
\setupcolors [state=start]
\startMPpage path p ; color c[] ; p := fullsquare scaled 4cm ; c[0] := transparent(1,.5,red) ; c[1] := transparent(1,.5,green) ; c[2] := transparent(1,.5,blue) ; for i = 0 upto 2 : fill p rotated (i*30) withcolor white ; endfor ; for i = 0 upto 2 : fill p rotated (i*30) withcolor c[i] ; endfor ; addbackground withcolor transparent(1,.5,cmyk(0,0,1,0)) ; \stopMPpage
\stoptext
Make a entry in the bug tracker or it will be fogotten, I had a similiar problem quite some time ago: http://archive.contextgarden.net/message/20080812.085450.3b06d189.en.html Wolfgang