summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/driv-shp.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-04-26 20:17:14 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-04-26 20:17:14 +0200
commit1b8f320120195d4a8a523c4bdba45d811bd81048 (patch)
tree6de94017bc7b267a983b934d4da5c4c207d0cbbc /tex/context/base/mkiv/driv-shp.lua
parent3c25716e01b7251f0f7504481692421a729e4b53 (diff)
downloadcontext-1b8f320120195d4a8a523c4bdba45d811bd81048.tar.gz
2020-04-26 19:56:00
Diffstat (limited to 'tex/context/base/mkiv/driv-shp.lua')
-rw-r--r--tex/context/base/mkiv/driv-shp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/driv-shp.lua b/tex/context/base/mkiv/driv-shp.lua
index 5cf7cfcc6..47cb57dd7 100644
--- a/tex/context/base/mkiv/driv-shp.lua
+++ b/tex/context/base/mkiv/driv-shp.lua
@@ -790,8 +790,8 @@ local hlist_out, vlist_out do
pos_v = pos_v - depth
flushrule(current,pos_h + xoffset,pos_v + yoffset,pos_r,width,total,subtype)
end
- cur_h = cur_h + width
end
+ cur_h = cur_h + width
elseif id == math_code then
-- local kern = getkern(current)
-- if kern ~= 0 then
@@ -1091,8 +1091,8 @@ local hlist_out, vlist_out do
end
flushrule(current,pos_h + xoffset,pos_v - total - yoffset,pos_r,width,total,subtype)
end
- cur_v = cur_v + total
end
+ cur_v = cur_v + total
elseif id == whatsit_code then
if subtype == literalwhatsit_code then
flushliteral(current,pos_h,pos_v)