On 27-11-2010 12:04, Vedran Miletić wrote:
2010/11/26 Mojca Miklavec
Dear Till/Christian/Hans,
The following is broken in ConTeXt MKIV (assuming the usage of patched TikZ to allow running it under MKIV at all), but works fine in ConTeXt MKII:
\usemodule[tikz] \starttext
\starttikzpicture \node[circle,ball color=red!10] (a) at (0,0,0) {$p_x$}; \stoptikzpicture
\stoptext
Mojca
Same here.
\starttikzpicture \node[circle,ball color=darkred] (a) at (0,0,0) {$p_x$}; \stoptikzpicture \starttikzpicture \node[circle,ball color=red] (a) at (0,0,0) {$p_x$}; \stoptikzpicture \definecolor[myred][r=.1] \starttikzpicture \node[circle,ball color=myred] (a) at (0,0,0) {$p_x$}; \stoptikzpicture ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------