From 59aead50be62c503185af6459f099dac0ebee313 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 8 Dec 2020 12:12:33 +0100 Subject: 2020-12-08 11:09:00 --- tex/context/base/mkxl/lpdf-vfc.lmt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tex/context/base/mkxl/lpdf-vfc.lmt') diff --git a/tex/context/base/mkxl/lpdf-vfc.lmt b/tex/context/base/mkxl/lpdf-vfc.lmt index 65b863203..6030bb028 100644 --- a/tex/context/base/mkxl/lpdf-vfc.lmt +++ b/tex/context/base/mkxl/lpdf-vfc.lmt @@ -9,7 +9,9 @@ if not modules then modules = { } end modules ['lpdf-vfc'] = { local setmetatableindex = table.setmetatableindex local defaultline = 16384 -local vfspecials = backends.pdf.tables.vfspecials + +local vfspecials = backends.pdf.tables.vfspecials or utilities.storage.allocate { } +backends.pdf.tables.vfspecials = vfspecials vfspecials.backgrounds = setmetatableindex(function(t,h) local v = setmetatableindex(function(t,d) -- cgit v1.2.3