diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/grph-pat.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/grph-pat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/grph-pat.lua b/Master/texmf-dist/tex/context/base/mkiv/grph-pat.lua index e38a9a674d6..4310af672b7 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/grph-pat.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/grph-pat.lua @@ -38,7 +38,7 @@ interfaces.implement { return end nodes.handlers.finalizebox(number) - names[name] = lpdf.registerpattern { + names[name] = backends.codeinjections.registerpattern { number = number, width = specification.width or box.width, height = specification.height or (box.height + box.depth) , |