
Hello, I need your help. I just upgraded context. The chapter def below used to produce perfect centered number, image and chapter text. Now the image is slightly moved to the right (a divider 42mm wide by 2.5mm height). What can i do? Please help. Thank you for your great great amazin job with context. \startsetups [chapter:before] \doifoddpageelse {}{\noheaderandfooterlines} \stopsetups \define[2]\mychapter {\noindentation\strut\framed[frame=off,width=\textwidth,align=middle,location=top,frameoffset=0pt] {\noindentation\startalignment[middle]\tfd{\color[lightgrey]{#1}}\\\dontleavehmode\externalfigure[divider.pdf][width=42mm]\\\tfb{#2}\stopalignment} } %----------chapter \setuphead[chapter] [% command=\mychapter, style=\tfb, align={middle,nothyphenated}, before={% \setups[chapter:before] \blank[\measure{beforeheightbig},force] }, after={\blank[3*big]\doif{\getvariable{book}{letrine}}{true}{\placeinitial}}% ]