summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/mlib-scn.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-10-08 22:03:39 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-10-08 22:03:39 +0200
commit4855f5a841edc1db318818c89f30d12227f4740f (patch)
tree7363859424627c919f54251ac62e75f12909eb06 /tex/context/base/mkiv/mlib-scn.lua
parentf3157085de19cbc6cee3ade6d9e4e705675196a3 (diff)
downloadcontext-4855f5a841edc1db318818c89f30d12227f4740f.tar.gz
2019-10-08 19:24:00
Diffstat (limited to 'tex/context/base/mkiv/mlib-scn.lua')
-rw-r--r--tex/context/base/mkiv/mlib-scn.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/mlib-scn.lua b/tex/context/base/mkiv/mlib-scn.lua
index 8867455b6..1ebe68bdc 100644
--- a/tex/context/base/mkiv/mlib-scn.lua
+++ b/tex/context/base/mkiv/mlib-scn.lua
@@ -702,6 +702,10 @@ function metapost.getparameterset(namespace)
return namespace and namespaces[namespace] or namespaces
end
+function metapost.setparameterset(namespace,t)
+ namespaces[namespace] = t
+end
+
-- goodies
metapost.registerscript("definecolor", function()