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

pgfonlayer #11

Closed ghost closed 7 years ago

ghost commented 7 years ago

Maybe it would be useful to introduce layers, using

\begin{pgfonlayer}{layer name} 
   environment contents
\end{pgfonlayer}

This would mean drawing order would get less important and one could afterwards still add things below e.g. the hair.

ghost commented 7 years ago

After some testing, this might not be a good idea. If one uses layers, it works great, but if not things drawn prior to the duck will suddenly be on top ... and I have the impression not many people use layers. So put on hold for now, maybe as an optional feature in the future.

ghost commented 7 years ago

Example for a problem: if used in beamer one can make the frametitle vanish ...