summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-fmt.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lpdf-fmt.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-fmt.lmt7
1 files changed, 4 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/lpdf-fmt.lmt b/tex/context/base/mkxl/lpdf-fmt.lmt
index f83432d48..7ceacc62d 100644
--- a/tex/context/base/mkxl/lpdf-fmt.lmt
+++ b/tex/context/base/mkxl/lpdf-fmt.lmt
@@ -19,15 +19,16 @@ local trace_variables = false trackers.register("backend.variables", function(v
local report_backend = logs.reporter("backend","profiles")
-local backends, lpdf = backends, lpdf
-
-local codeinjections = backends.pdf.codeinjections
+local pdfbackend = backends.registered.pdf
+----- nodeinjections = pdfbackend.nodeinjections
+local codeinjections = pdfbackend.codeinjections
local variables = interfaces.variables
local viewerlayers = attributes.viewerlayers
local colors = attributes.colors
local transparencies = attributes.transparencies
+local lpdf = lpdf
local pdfdictionary = lpdf.dictionary
local pdfarray = lpdf.array
local pdfconstant = lpdf.constant