From 0756a263c41de5279fef717c5b9cca9909308c3a Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 18 Apr 2012 00:00:15 +0300 Subject: beta 2012.04.17 22:37 --- tex/context/base/lpdf-ini.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tex/context/base/lpdf-ini.lua') diff --git a/tex/context/base/lpdf-ini.lua b/tex/context/base/lpdf-ini.lua index 88999358c..8e54666be 100644 --- a/tex/context/base/lpdf-ini.lua +++ b/tex/context/base/lpdf-ini.lua @@ -806,3 +806,17 @@ if not pdfreferenceobject then end end + +-- -- Maybe this will be an option (suggested on the mailing list by Peter Rolf): +-- +-- function backends.codeinjections.rgbtransparencygroup() +-- local d = lpdf.dictionary { +-- S = lpdf.constant("Transparency"), +-- CS = lpdf.constant("DeviceRGB"), +-- I = true +-- } +-- lpdf.registerpagefinalizer(function() +-- lpdf.addtopageattributes("Group",d) end) +-- end +-- +-- backends.codeinjections.rgbtransparencygroup() -- cgit v1.2.3