19 Mar
2011
19 Mar
'11
10:34 p.m.
On Sat, 19 Mar 2011 23:13:46 +0100, Aditya Mahajan
You do not need yshifted. But you need to set the bounding box of the resulting image correctly.
\startuniqueMPgraphic{Label} path p; p := (0,0) -- (OverlayWidth,0); draw p withpen pencircle scaled 1mm withcolor .667red; setbounds currentpicture to boundingbox OverlayBox ; \stopuniqueMPgraphic
Aditya
Perfect, thank you. Lukas