samcarter / tikzducks

A latex package to draw cute rubber ducks with TikZ
https://ctan.org/pkg/tikzducks
LaTeX Project Public License v1.3c
170 stars 13 forks source link

`\selectcolormodel{gray}` does not work for `\path[fill=<some pure color>]` #8

Closed ghost closed 7 years ago

ghost commented 7 years ago

As reported by CarLaTeX in https://tex.stackexchange.com/questions/385158/selectcolormodelgray-doesnt-always-work-with-tikzducks

\selectcolormodel{gray}

does not always work for \path[fill=<some pure color>]

ghost commented 7 years ago

Seems to be a bug in tikz, which above my pay grade, but the bug can be avoided by

Related question: https://tex.stackexchange.com/questions/272222/selectcolormodelgray-not-applied-to-draw

Bug report: https://sourceforge.net/p/pgf/bugs/349/

Workaround proposed by Ulrike Fischer: https://tex.stackexchange.com/a/385169/36296