[Pkg-javascript-commits] [pdf.js] 177/207: Add |fillRgb| method to LabCS
David Prévot
taffit at moszumanska.debian.org
Mon Jul 28 15:36:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 1cb4de2227ebfcb5ca74c8ca4bddcb243b7da8cb
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Thu Jul 10 11:48:00 2014 +0200
Add |fillRgb| method to LabCS
---
src/core/colorspace.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/core/colorspace.js b/src/core/colorspace.js
index 0d1b671..7f01840 100644
--- a/src/core/colorspace.js
+++ b/src/core/colorspace.js
@@ -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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list