summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/driv-shp.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/driv-shp.lmt')
-rw-r--r--tex/context/base/mkiv/driv-shp.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/driv-shp.lmt b/tex/context/base/mkiv/driv-shp.lmt
index 6e4195588..c117405ba 100644
--- a/tex/context/base/mkiv/driv-shp.lmt
+++ b/tex/context/base/mkiv/driv-shp.lmt
@@ -272,13 +272,13 @@ local function flush_vf_packet(pos_h,pos_v,pos_r,font,char,data,factor,vfcommand
end
end
elseif command == "right" then
- local h = packet[2] * siz -- * siz is really needed for boldening
+ local h = packet[2] -- already scaled
if factor ~= 0 and h ~= 0 then
h = h + h * factor / 1000 -- expansion
end
pos_h = pos_h + h
elseif command == "down" then
- local v = packet[2] * siz -- * siz is really needed for boldening
+ local v = packet[2] -- already scaled
pos_v = pos_v - v
elseif command == "push" then
level = level + 1