samcarter/tikzlings

Eye does not appear with black dark body

seloumi opened this issue · 4 comments

If we use body=black with \bear eye does not appear, here an example

\documentclass[border=5mm]{standalone}
\usepackage{tikzlings}

\begin{document}

\begin{tikzpicture}
\bear[body=black,scale=5]
\end{tikzpicture}

\end{document}

image

Well, they eyes do appear, they are just also black. However I can add an option to change the colour of the eyes.

Try now with

\documentclass[border=5mm]{standalone}
\usepackage{tikzlings}

\begin{document}

\begin{tikzpicture}
\bear[body=black,scale=5,eye=red]
\end{tikzpicture}

\end{document}

document

Thanks @samcarter , the issue appear also with black \marmot

All TikZlings can now change their eye colour