From e1359274233291895621d41406cf38756e2e04b1 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 10 Nov 2009 13:30:00 +0100 Subject: beta 2009.11.10 13:30 --- tex/context/base/back-pdf.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tex/context/base/back-pdf.lua') diff --git a/tex/context/base/back-pdf.lua b/tex/context/base/back-pdf.lua index e3e3ebcda..b9e6b74ad 100644 --- a/tex/context/base/back-pdf.lua +++ b/tex/context/base/back-pdf.lua @@ -161,7 +161,7 @@ local pdf_indexed = pdfconstant("Indexed") local pdf_device_n = pdfconstant("DeviceN") local pdf_device_rgb = pdfconstant("DeviceRGB") local pdf_device_cmyk = pdfconstant("DeviceCMYK") -local pdf_device_gray = pdfconstant("Devicegray") +local pdf_device_gray = pdfconstant("DeviceGray") local pdf_extgstate = pdfconstant("ExtGState") local pdf_rbg_range = pdfarray { 0, 1, 0, 1, 0, 1 } @@ -302,6 +302,7 @@ local function indexcolorref(name) -- actually, names (parent) is the hash end function registrations.rgbspotcolor(name,noffractions,names,p,r,g,b) +--~ print(name,noffractions,names,p,r,g,b) if noffractions == 1 then registersomespotcolor(name,noffractions,names,p,pdf_device_rgb,pdf_rbg_range,format(rgb_function,r,g,b)) else -- cgit v1.2.3