summaryrefslogtreecommitdiff
path: root/tex/context/base/node-nut.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-06-13 01:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-06-13 01:15:04 +0200
commit95ca0312a414b784f6f4297d03aa8feb1fb1bd12 (patch)
tree8e22cea8f067539540ab4daa2b303e7a8f54702b /tex/context/base/node-nut.lua
parentd8ecb24627ac6402f5e57e67363d9f4ccee5241b (diff)
downloadcontext-95ca0312a414b784f6f4297d03aa8feb1fb1bd12.tar.gz
2014-06-13 01:13:00
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)