summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/grph-pat.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/grph-pat.lua')
-rw-r--r--tex/context/base/mkiv/grph-pat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/grph-pat.lua b/tex/context/base/mkiv/grph-pat.lua
index c5e4b9f64..89b29906d 100644
--- a/tex/context/base/mkiv/grph-pat.lua
+++ b/tex/context/base/mkiv/grph-pat.lua
@@ -37,7 +37,7 @@ interfaces.implement {
if not name or name == "" then
return
end
- nodes.handlers.finalize(box)
+ nodes.handlers.finalize(box,"object")
names[name] = lpdf.registerpattern {
number = number,
width = specification.width or box.width,