From e853a2d8be8fc29f524a8a77edf216cb93c80606 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Wed, 22 Jul 2020 21:49:53 +0200 Subject: 2020-07-22 21:18:00 --- tex/context/base/mkiv/lpdf-lmt.lmt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tex/context/base/mkiv/lpdf-lmt.lmt') 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 -- cgit v1.2.3