Re: [NTG-context] bug in latest: page backgrounds

2008-10-23 Thread luigi scarso
On Thu, Oct 23, 2008 at 3:04 PM, Thomas A. Schmitz < [EMAIL PROTECTED]> wrote: > Hi all, > > for some reason, the latest beta defers the application of a page > background to the second page. Example: > > \setupcolors[state=start] > > \startuniqueMPgraphic{fill} > StartPage ; > fill Page withcolor

Re: [NTG-context] bug in latest: page backgrounds

2008-10-23 Thread Thomas A. Schmitz
On Oct 23, 2008, at 3:31 PM, Taco Hoekwater wrote: > Thomas A. Schmitz wrote: >> Hi all, >> >> for some reason, the latest beta defers the application of a page >> background to the second page. Example: > > This seems to be a duplicate of the other \uniqueMPgraphic problem. > > Best wishes, > Ta

Re: [NTG-context] bug in latest: page backgrounds

2008-10-23 Thread Taco Hoekwater
Thomas A. Schmitz wrote: > Hi all, > > for some reason, the latest beta defers the application of a page > background to the second page. Example: This seems to be a duplicate of the other \uniqueMPgraphic problem. Best wishes, Taco ___

[NTG-context] bug in latest: page backgrounds

2008-10-23 Thread Thomas A. Schmitz
Hi all, for some reason, the latest beta defers the application of a page background to the second page. Example: \setupcolors[state=start] \startuniqueMPgraphic{fill} StartPage ; fill Page withcolor green ; StopPage ; \stopuniqueMPgraphic \defineoverlay [testfill] [\useMPgraphic{fill}]