1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #5037 from Snuffleupagus/issue-5036

Add |fillRgb| method to LabCS
This commit is contained in:
Yury Delendik 2014-07-21 09:55:55 -05:00
commit 584fef90ab

View file

@ -926,6 +926,7 @@ var LabCS = (function LabCSClosure() {
return (inputLength * (3 + alpha01) / 3) | 0;
},
isPassthrough: ColorSpace.prototype.isPassthrough,
fillRgb: ColorSpace.prototype.fillRgb,
isDefaultDecode: function LabCS_isDefaultDecode(decodeMap) {
// XXX: Decoding is handled with the lab conversion because of the strange
// ranges that are used.