Hello,
I have a little trouble with the management of transparency : the colors
are not respected.
Thank you.
Fabrice

\starttext
\startMPcode
   defaultfont := "texgyrepagella-regular*default" ;
   defaultscale :=0.8;

   color brown;
   brown = (0.165,0.42,0.42);

   path twos, threes;
   twos = fullcircle xscaled 4cm yscaled 2cm rotated 180
          shifted 42 left;
   threes = fullcircle xscaled 4cm yscaled 2cm shifted 42 right;

   fill twos   withcolor transparent(1,0.4,brown);
   fill threes withcolor transparent(1,0.4,yellow);

   draw twos;
   draw threes;

   label("...",(1.5cm,0));
   label("...",(0,0));
   label("...",(-1.5cm,0));
   label.top("yeux marron",(-1.5cm,1.25cm));
   label.top("cheveux blonds",(1.5cm,1.25cm));
\stopMPcode
\stoptext

[image: blond.jpg]
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to