summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lpdf-lmt.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/lpdf-lmt.lmt')
-rw-r--r--tex/context/base/mkiv/lpdf-lmt.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/lpdf-lmt.lmt b/tex/context/base/mkiv/lpdf-lmt.lmt
index 7e992f79e..48297846e 100644
--- a/tex/context/base/mkiv/lpdf-lmt.lmt
+++ b/tex/context/base/mkiv/lpdf-lmt.lmt
@@ -927,7 +927,7 @@ local flushrule, flushsimplerule, flushspecialrule, flushimage, flushgroup do
local f_w = formatters["[] 0 d 0 J %.6N w 0 0 %.6N %.6N re S"]
local f_b = formatters["%.6N w 0 %.6N %.6N %.6N re f"]
- local f_f = formatters["[] 0 d 0 J %.6N w %.6N %.6N %.6N %.6N re S"]
+ local f_x = formatters["[] 0 d 0 J %.6N w %.6N %.6N %.6N %.6N re S"]
-- Historically the index is an object which is kind of bad.
@@ -1357,7 +1357,7 @@ local flushrule, flushsimplerule, flushspecialrule, flushimage, flushgroup do
local rule
if outline then
- rule = f_f(line,half,-depth+half,width-line,total-line)
+ rule = f_x(line,half,-depth+half,width-line,total-line)
else
rule = f_b(line,-depth,width,total)
end