summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/mlib-pps.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-10-24 22:24:55 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-10-24 22:24:55 +0200
commita23982bf3c6cc3c7e34c89a67004e2ef4c6103eb (patch)
treec555edf1938a2779764b257555e52364272f94bc /tex/context/base/mkxl/mlib-pps.lmt
parent29a395d2b545159c97df693e59187ce61218233c (diff)
downloadcontext-a23982bf3c6cc3c7e34c89a67004e2ef4c6103eb.tar.gz
2021-10-24 21:44:00
Diffstat (limited to 'tex/context/base/mkxl/mlib-pps.lmt')
-rw-r--r--tex/context/base/mkxl/mlib-pps.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/mlib-pps.lmt b/tex/context/base/mkxl/mlib-pps.lmt
index bad738bc1..5d91f0799 100644
--- a/tex/context/base/mkxl/mlib-pps.lmt
+++ b/tex/context/base/mkxl/mlib-pps.lmt
@@ -392,7 +392,7 @@ function models.rgb(cr)
elseif metapost.reducetogray then
if n == 1 then
local s = cr[1]
- checked_color_pair(f_gray,s,s)
+ return checked_color_pair(f_gray,s,s)
elseif n == 3 then
local r = cr[1]
local g = cr[2]