summaryrefslogtreecommitdiff
path: root/tex/context/base/lpdf-grp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lpdf-grp.lua')
-rw-r--r--tex/context/base/lpdf-grp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/lpdf-grp.lua b/tex/context/base/lpdf-grp.lua
index b3cc7ce1f..36c3507be 100644
--- a/tex/context/base/lpdf-grp.lua
+++ b/tex/context/base/lpdf-grp.lua
@@ -118,7 +118,7 @@ function nodeinjections.injectbitmap(t)
height = width * yresolution / xresolution
end
local image = img.new {
- stream = format(template,d(),t.data),
+ stream = formatters[template](d(),t.data),
width = width,
height = height,
bbox = { 0, 0, urx, ury },