On 1/14/26 19:33, Pablo Rodriguez via ntg-context wrote:
Dear list, [...] I get the link right, but its rectangle is out of the paper dimensions (as PDF.js for Firefox 147 displays it [see attachments]).
This sample is clearer: \setupinteraction[state=start, color=, contrastcolor=, style=,] \enabledirectives[references.border=red] \setuppapersize[A6] \def\MyURL#1{\goto{\tt\hyphenatedurl{#1}}[url(#1)]} \definelayer[alink][x=.25tw, y=.5th] \definelayer[blink][x=.75tw, y=.5th] \setupbackgrounds[page][background={alink, blink}] \starttext \null\setlayer[alink]{\rotate[90] {Huge thanks for \MyURL{https://wiki.mtxrun.eu}}} \null\setlayer[blink]{\rotate[90] {\MyURL{https://wiki.mtxrun.eu}, Hraban!}} \stoptext Link border is misplaced when \setlayer contains \rotate and there is text before the \goto command (\MyURL in the sample). I guess something may be misbehaving in ConTeXt. Could anyone give me a hint? Many thanks for your help, Pablo