summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/meta-txt.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/meta-txt.tex')
-rw-r--r--Master/texmf-dist/tex/context/base/meta-txt.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/meta-txt.tex b/Master/texmf-dist/tex/context/base/meta-txt.tex
index 564a40752f6..18b6d206994 100644
--- a/Master/texmf-dist/tex/context/base/meta-txt.tex
+++ b/Master/texmf-dist/tex/context/base/meta-txt.tex
@@ -159,6 +159,7 @@
\startMPdrawing[-]
% pic[n] := textext{\RotFont\setstrut\strut#1} ; % btex \RotFont\setstrut\strut#1 etex ;
pic[n] := btex \RotFont\setstrut\strut#1 etex ;
+ pic[n] := pic[n] shifted - llcorner pic[n] ;
\stopMPdrawing}
\startuseMPgraphic{followtokens}
@@ -199,7 +200,7 @@
draw RotPath withpen pencircle scaled 1pt withcolor blue ;
fi ;
for i=1 upto n :
- wid := abs(xpart lrcorner pic[i] - xpart llcorner pic[i]) ;
+ wid := abs(xpart urcorner pic[i] - xpart llcorner pic[i]) ;
pos := len[i]-wid/2 + (i-1)*pl ;
at := arctime pos of RotPath ;
ap := point at of RotPath ;