In the following test file

\setupcolors[state=start]

\startMPinclusions
  drawoptions(withcolor \MPcolor{darkyellow});
\stopMPinclusions

\startreusableMPgraphic{test}
  fill fullcircle scaled 1cm;
\stopreusableMPgraphic

\starttext
  \reuseMPgraphic{test}
\stoptext

I was hoping for a yellow circle, but it didn't work. I guess drawoptions are 
reset by beginfig?
Is there a possibility to insert MP code for every figure in a document 
*after* every beginfig?
Or how else could I set common drawoptions for all figures?

Eckhart

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to