On Mon, Aug 23, 2010 at 21:57, Christian Feuersaenger wrote:
Hello,
thank you for the bug report. I have fixed the problem in TikZ.
Wow, thanks a lot for the fast fix. (I didn't try it out yet, but see below.) Now, from what I remember ... In minimals we currently have the version of TikZ that dates back to 2009-11-18. We used to sync with the latest version from CVS until something broke (in the sense that TikZ with ConTeXt didn't work at all in some weird cases). Till was already busy at that time and you didn't yet dare to apply fixes without his approval, so the issue probably hasn't been solved yet: http://thread.gmane.org/gmane.comp.tex.context.devel/1235/ Before we switch back to the latest version of CVS, I would like to check if everything still works fine or if the patches that Hans sent a while back need to be applied first. If anyone else would like to play with the latest version of ConTeXt and the version of TikZ from CVS, feel free to do so (I'll be away for a while.) Here's the source that used to break a while ago (I think that it broke in MKIV only): \usemodule[tikz] \starttext \starttikzpicture \fill[gray] (1,1) rectangle +(1,1); \stoptikzpicture \stoptext Mojca