Menu

#356 TikZ does not respect ConTeXts colorsetting

v1.0 (example)
closed-works-for-me
nobody
None
5
2018-12-27
2015-03-10
Norbert
No

In the following minimal example I get a redsquare, while it should be gray:

% ConTeXt MWE
\setupcolors[state=stop]
\usemodule[tikz]

\starttext
\tikz{\draw[color=red,fill] (0,0) rectangle (1,1)}
\stoptext

I'm using ConTeXt and TikZ from TeXLive.

According to a \listfiles in a LaTeX-Document, it seems that tikz.sty 2013/12/13 v3.0.0 (rcs-revision 1.142) is installed.

Discussion

  • Henri Menke

    Henri Menke - 2018-12-26

    I can't even reproduce the bug with the latest ConTeXt beta. Mark as fixed.

     
  • Stefan Pinnow

    Stefan Pinnow - 2018-12-27
    • status: open --> closed-works-for-me