Dear List,

In the MWE below, I expected the numbers to appear above the cow figure. What am I missing?


\definefont
[Title]
[SerifBold at 42pt]

\starttext

\placefigure[][]{Cow}
{\externalfigure[cow][width=.5\textwidth]}

\definelayer[myfigure][x=6cm,y=6cm,preset=middle]

\setlayer[myfigure]{\framed[frame=off]{\Title \color[middlecyan]{123456789}}}

\setupbackgrounds[page][background={myfigure}]

\stoptext


Marcus Vinicius