summaryrefslogtreecommitdiff
path: root/luaotfload-colors.lua
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-05-15 09:02:32 -0700
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-05-15 09:02:32 -0700
commit087a990dc8581be3a2980034e70f874d52f9577b (patch)
tree5a7d38a8e5cf55cceb6dd51becf102950819beb4 /luaotfload-colors.lua
parent8a67b384a597b9af16ea915fe7e323d4328cdd3e (diff)
parent52f6ea217175fd1a39e6f80ea7a0f98fbf1364f6 (diff)
downloadluaotfload-087a990dc8581be3a2980034e70f874d52f9577b.tar.gz
Merge pull request #75 from phi-gamma/master
address feature request #74
Diffstat (limited to 'luaotfload-colors.lua')
-rw-r--r--luaotfload-colors.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/luaotfload-colors.lua b/luaotfload-colors.lua
index ec076c2..7bd5c1f 100644
--- a/luaotfload-colors.lua
+++ b/luaotfload-colors.lua
@@ -7,12 +7,16 @@ if not modules then modules = { } end modules ['luaotfload-colors'] = {
}
--[[doc--
+
buggy coloring with the pre_output_filter when expansion is enabled
· tfmdata for different expansion values is split over different objects
· in ``initializeexpansion()``, chr.expansion_factor is set, and only
those characters that have it are affected
· in constructors.scale: chr.expansion_factor = ve*1000 if commented out
makes the bug vanish
+
+explanation: http://tug.org/pipermail/luatex/2013-May/004305.html
+
--doc]]--