[NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Bou Salim
I have texlive 2016 on windows OS, I use context mkiv. with context -- version I have: current version: 2016-05-17 ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Hans Hagen
On 7/23/2016 9:35 AM, Schmitz Thomas A. wrote: On 23 Jul 2016, at 09:24, Bou Salim wrote: Hi I have this problem to show colors properly. I have defined color "myred", but after \showcolor command colors inside metapost can't be displayed. Your example shows the

Re: [NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Schmitz Thomas A.
> On 23 Jul 2016, at 09:24, Bou Salim wrote: > > Hi > I have this problem to show colors properly. I have defined color "myred", > but after \showcolor command colors inside metapost can't be displayed. Your example shows the correct colors here. Which version are

[NTG-context] Colors not showing inside metapost after \showcolor

2016-07-23 Thread Bou Salim
Hi I have this problem to show colors properly. I have defined color "myred", but after \showcolor command colors inside metapost can't be displayed. Thanks \starttext \definecolor[myred] [r=.8] \showcolor \startuseMPgraphic{test} fill fullcircle scaled 10mm withcolor \MPcolor{myred};