ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in mkii xetex: mp figure is not in the right position
@ 2008-11-26  9:04 Yue Wang
  2008-11-26  9:21 ` Wolfgang Schuster
  0 siblings, 1 reply; 18+ messages in thread
From: Yue Wang @ 2008-11-26  9:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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


Yue Wang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2008-11-27 16:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-26  9:04 bug in mkii xetex: mp figure is not in the right position Yue Wang
2008-11-26  9:21 ` Wolfgang Schuster
2008-11-26  9:28   ` vafa
2008-11-26  9:38     ` luigi scarso
2008-11-26  9:54       ` Marcin Borkowski
2008-11-26 10:09         ` luigi scarso
2008-11-26 11:22           ` Marcin Borkowski
2008-11-27 16:17             ` Aditya Mahajan
2008-11-27 16:23               ` luigi scarso
2008-11-26 10:20         ` Yue Wang
2008-11-26 10:25           ` luigi scarso
2008-11-26  9:42     ` Mojca Miklavec
2008-11-26  9:49     ` Marcin Borkowski
2008-11-26  9:56     ` Yue Wang
2008-11-26 10:00     ` Hans Hagen
2008-11-26 11:33       ` vafa
2008-11-27 16:27         ` Aditya Mahajan
2008-11-26  9:43   ` Yue Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).