summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index fd6a8b1..6c776e1 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -718,14 +718,14 @@ local function colorize(head)
if prev.id == glyph and fonts.ids[prev.font].color == tfmdata.color then
else
local push = node.new(whatsit, 8)
- push.mode = 2
+ push.mode = 1
push.data = pushcolor
head = node.insert_before(head, n, push)
end
if next.id == glyph and fonts.ids[next.font].color == tfmdata.color then
else
local pop = node.new(whatsit, 8)
- pop.mode = 2
+ pop.mode = 1
pop.data = popcolor
head = node.insert_after(head, n, pop)
end