diff options
author | Hans Hagen <pragma@wxs.nl> | 2020-12-08 12:12:33 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2020-12-08 12:12:33 +0100 |
commit | 59aead50be62c503185af6459f099dac0ebee313 (patch) | |
tree | c41bf2d7d49046bfe474663e6371ac4889f1e4ff /tex/context/base/mkxl/lpdf-vfc.lmt | |
parent | aff2893a6d6652223e92e3de18e1260cbd533fea (diff) | |
download | context-59aead50be62c503185af6459f099dac0ebee313.tar.gz |
2020-12-08 11:09:00
Diffstat (limited to 'tex/context/base/mkxl/lpdf-vfc.lmt')
-rw-r--r-- | tex/context/base/mkxl/lpdf-vfc.lmt | 4 |
1 files changed, 3 insertions, 1 deletions
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) |