This commit is contained in:
sbarman 2011-07-06 10:44:56 -07:00
parent d749b7ccbd
commit 55bb98317d

2
pdf.js
View File

@ -4768,7 +4768,7 @@ var DeviceCmykCS = (function() {
return [r, g, b]; return [r, g, b];
}, },
getRgbBuffer: function cmykcs_getRgbBuffer(colorBuf) { getRgbBuffer: function cmykcs_getRgbBuffer(colorBuf) {
error("conversion from rgb to cmyk not implemented for images"); error('conversion from rgb to cmyk not implemented for images');
return colorBuf; return colorBuf;
} }
}; };