summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-ocl.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-01-28 17:45:12 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-01-28 17:45:12 +0100
commit38a9804bf0448f3c987903d2601175f1750e9fe3 (patch)
treec186102524308647035a7880cb83b34e64038710 /tex/context/base/mkiv/font-ocl.lua
parent8bbd1dc6d3db576e4313277ac558f8fe7e0595ef (diff)
downloadcontext-38a9804bf0448f3c987903d2601175f1750e9fe3.tar.gz
2019-01-28 17:06:00
Diffstat (limited to 'tex/context/base/mkiv/font-ocl.lua')
-rw-r--r--tex/context/base/mkiv/font-ocl.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/tex/context/base/mkiv/font-ocl.lua b/tex/context/base/mkiv/font-ocl.lua
index 8cb5a12fb..0976cdb21 100644
--- a/tex/context/base/mkiv/font-ocl.lua
+++ b/tex/context/base/mkiv/font-ocl.lua
@@ -146,11 +146,6 @@ local start = { "pdf", "mode", "font" } -- force text mode (so get q Q right)
local push = { "pdf", "page", "q" }
local pop = { "pdf", "page", "Q" }
-if not LUATEXFUNCTIONALITY or LUATEXFUNCTIONALITY < 6472 then -- for outside context (till tl 2019)
- start = { "nop" }
- ----- = stop
-end
-
-- -- This one results in color directives inside BT ET but has less q Q pairs. It
-- -- only shows the first glyph in acrobat and nothing more. No problem with other
-- -- renderers.