Hans Hagen schrieb:
i'll make a new alpha later today
i'll take my chance and hijack this thread then... :)
there is a c&p error in lpdf-grp.lua.
[..]
function lpdf.colorspec(model,ca,default)
if ca and ca > 0 then
local cv = colors.value(ca)
if cv then
if model == 1 then
model = cv[1]
end
if model == 2 then
return pdfarray { cv[2] }
elseif model == 3 then
return pdfarray { cv[3],cv[4],cv[5] }
elseif model == 4 then
return pdfarray { cv[6],cv[7],cv[8],cv[9] }
elseif model == 4 then -- *here*
return pdfarray { cv[13] }
end
end
end
if default then
return default
end
end
--
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________