On 9 mai 09, at 17:56, Mojca Miklavec wrote:
[…] I wanted to test a related problem I had in past (missing color in tikz in mkiv; without loading bib module), but the other document fails in two other ways with mkiv, so I'll be grateful for this fix for now and try to fight the rest of bugs separately.
Thanks, Mojca
Hi Mojca, Some time ago, I think you or someone else, reported a bug with mkiv and tickz, but it seems that this problem is fixed now (at least with LuaTeX, Version beta-0.40.1-2009050813 (Web2C 7.5.7), ConTeXt ver: 2009.05.08 21:48 MKIV) The reported bug was about the following example: %%% begin bug-tickz \usemodule[tikz] \setupcolors[state=start] \starttext \tikz\shade[ball color=red!40!yellow] (0,0) circle (.15cm); \blank[2*big] \tikz\shade[ball color=red!40!yellow] (0,0) circle (2cm); \blank[2*big] \tikz\shade[ball color=red!40!yellow] (3,0) circle (2cm); \stoptext %%% end bug-tickz Best regards: OK