diff --git a/bower.json b/bower.json index 7cb0c2503..0d9467411 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.377", + "version": "1.1.379", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 66fb460ff..518040463 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.377'; -PDFJS.build = '00b798d'; +PDFJS.version = '1.1.379'; +PDFJS.build = '8bc8eb1'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -5729,7 +5729,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { for (var j = 0, jj = ps.length; j < jj; j++) { coords[pIndex] = coordsMap[ps[j]]; coords[pIndex + 1] = coordsMap[ps[j] + 1]; - colors[cIndex] = colorsMap[cs[i]]; + colors[cIndex] = colorsMap[cs[j]]; colors[cIndex + 1] = colorsMap[cs[j] + 1]; colors[cIndex + 2] = colorsMap[cs[j] + 2]; pIndex += 2; diff --git a/build/pdf.js b/build/pdf.js index 0a90f4598..8521e0630 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.377'; -PDFJS.build = '00b798d'; +PDFJS.version = '1.1.379'; +PDFJS.build = '8bc8eb1'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -5773,7 +5773,7 @@ var WebGLUtils = (function WebGLUtilsClosure() { for (var j = 0, jj = ps.length; j < jj; j++) { coords[pIndex] = coordsMap[ps[j]]; coords[pIndex + 1] = coordsMap[ps[j] + 1]; - colors[cIndex] = colorsMap[cs[i]]; + colors[cIndex] = colorsMap[cs[j]]; colors[cIndex + 1] = colorsMap[cs[j] + 1]; colors[cIndex + 2] = colorsMap[cs[j] + 2]; pIndex += 2; diff --git a/build/pdf.worker.js b/build/pdf.worker.js index a61c9f528..8e030744b 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.1.377'; -PDFJS.build = '00b798d'; +PDFJS.version = '1.1.379'; +PDFJS.build = '8bc8eb1'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/package.json b/package.json index cf1112216..362108b8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.1.377", + "version": "1.1.379", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla",