summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mult-fun.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/mult-fun.lua')
-rw-r--r--tex/context/base/mkiv/mult-fun.lua9
1 files changed, 7 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/mult-fun.lua b/tex/context/base/mkiv/mult-fun.lua
index 128e5b51e..5a3725b32 100644
--- a/tex/context/base/mkiv/mult-fun.lua
+++ b/tex/context/base/mkiv/mult-fun.lua
@@ -117,7 +117,8 @@ return {
"grayscale", "greyscale", "withgray", "withgrey",
"colorpart", "colorlike",
"readfile",
- "clearxy", "unitvector", "center", -- redefined
+ "clearxy", "unitvector",
+ "center", -- redefined
"epsed", "anchored",
"originpath", "infinite",
"break",
@@ -171,7 +172,7 @@ return {
"passvariable", "passarrayvariable", "tostring", "topair", "format", "formatted", "quotation", "quote",
"startpassingvariable", "stoppassingvariable",
--
- "eofill", "eoclip", "nofill", "dofill", "fillup", "eofillup", "nodraw", "dodraw",
+ "eofill", "eoclip", "nofill", "dofill", "fillup", "eofillup", "nodraw", "dodraw", "enfill",
"area",
--
"addbackground",
@@ -232,5 +233,9 @@ return {
"processpath", "pencilled",
"sortedintersectiontimes", "intersectionpath", "firstintersectionpath", "secondintersectionpath",
"intersectionsfound", "cutbeforefirst", "cutafterfirst", "cutbeforelast", "cutafterlast",
+ --
+ "xnormalized", "ynormalized", "xynormalized",
+ "phantom",
+ "scrutinized",
},
}