Thanks Hans!

On Sun, 12 Sept 2021 at 19:02, Hans Hagen <j.hagen@xs4all.nl> wrote:
On 9/12/2021 6:54 PM, Sylvain Hubert via ntg-context wrote:
> Dear List,
>
> The following code draws a circle at the center of the page, ignoring
> the "shifted" part.
>
> \startuniqueMPgraphic{concept}
> draw fullcircle scaled 1cm shifted (10cm,10cm);
> \stopuniqueMPgraphic
> \defineoverlay[concept][\uniqueMPgraphic{concept}]
> \setupbackgrounds[page][background=concept]
> \starttext
> .
> \stoptext
>
> How should the metapost background figure be positioned correctly?

\startuniqueMPgraphic{concept}
     StartPage;
         draw fullcircle scaled 1cm shifted (10cm,10cm);
         draw Page withpen pencircle scaled 5mm;
     StopPage;
\stopuniqueMPgraphic

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------