summaryrefslogtreecommitdiff
path: root/tex/context/base/node-nut.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-06-13 01:11:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-06-13 01:11:00 +0200
commit056d4942bf9149a8a7c165e77a92fef3a2afdfb2 (patch)
tree515163a6a332ace11cc5cc6ea492e14f41f15b7a /tex/context/base/node-nut.lua
parent04d53999d96e5526ac6f587ae30215b29213c753 (diff)
downloadcontext-056d4942bf9149a8a7c165e77a92fef3a2afdfb2.tar.gz
beta 2014.06.13 01:11
Diffstat (limited to 'tex/context/base/node-nut.lua')
-rw-r--r--tex/context/base/node-nut.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/node-nut.lua b/tex/context/base/node-nut.lua
index 2b4e9968c..4c2883445 100644
--- a/tex/context/base/node-nut.lua
+++ b/tex/context/base/node-nut.lua
@@ -662,8 +662,8 @@ if propertydata then
data = propertydata,
}
- direct.set_properties_mode(true,false)
- -- direct.set_properties_mode(true,true)
+ -- direct.set_properties_mode(true,false) -- shallow copy ... problem: in fonts we then affect the originals too
+ direct.set_properties_mode(true,true) -- create metatable, slower but needed for font-inj.lua (unless we use an intermediate table)
-- experimental code with respect to copying attributes has been removed
-- as it doesn't pay of (most attributes are only accessed once anyway)