cleanup
This commit is contained in:
parent
d749b7ccbd
commit
55bb98317d
2
pdf.js
2
pdf.js
@ -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;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user