summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lpdf-lmt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/lpdf-lmt.lua')
-rw-r--r--tex/context/base/mkiv/lpdf-lmt.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/lpdf-lmt.lua b/tex/context/base/mkiv/lpdf-lmt.lua
index 6913e24e9..709a9d48a 100644
--- a/tex/context/base/mkiv/lpdf-lmt.lua
+++ b/tex/context/base/mkiv/lpdf-lmt.lua
@@ -1137,14 +1137,16 @@ local flushrule, flushsimplerule, flushimage do
xsize, ysize,
rotation,
objnum,
- groupref = pdfincludeimage(index)
+ groupref = pdfincludeimage(index)
local rx = width / xsize
local sx = 0
local sy = 0
local ry = total / ysize
local tx = pos_h
- local ty = pos_v - 2 * depth -- to be sorted out
+ -- to be sorted out
+ -- local ty = pos_v - depth
+ local ty = pos_v -- we assume that depth is dealt with in the caller (for now)
usedximages[index] = objnum