Remove some unintended changes.
This commit is contained in:
parent
176452c988
commit
948de2bdbe
@ -1053,6 +1053,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||||||
|
|
||||||
this.restore();
|
this.restore();
|
||||||
},
|
},
|
||||||
|
|
||||||
paintImageMaskXObject: function canvasGraphicsPaintImageMaskXObject(
|
paintImageMaskXObject: function canvasGraphicsPaintImageMaskXObject(
|
||||||
imgArray, inverseDecode, width, height) {
|
imgArray, inverseDecode, width, height) {
|
||||||
function applyStencilMask(buffer, inverseDecode) {
|
function applyStencilMask(buffer, inverseDecode) {
|
||||||
|
@ -16,6 +16,7 @@ var verbosity = WARNINGS;
|
|||||||
if (!globalScope.PDFJS) {
|
if (!globalScope.PDFJS) {
|
||||||
globalScope.PDFJS = {};
|
globalScope.PDFJS = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
// getPdf()
|
// getPdf()
|
||||||
// Convenience function to perform binary Ajax GET
|
// Convenience function to perform binary Ajax GET
|
||||||
// Usage: getPdf('http://...', callback)
|
// Usage: getPdf('http://...', callback)
|
||||||
@ -446,7 +447,6 @@ var PDFDocModel = (function PDFDocModelClosure() {
|
|||||||
this.startXRef,
|
this.startXRef,
|
||||||
this.mainXRefEntriesOffset);
|
this.mainXRefEntriesOffset);
|
||||||
this.catalog = new Catalog(this.xref);
|
this.catalog = new Catalog(this.xref);
|
||||||
this.objs = new PDFObjects();
|
|
||||||
},
|
},
|
||||||
get numPages() {
|
get numPages() {
|
||||||
var linearization = this.linearization;
|
var linearization = this.linearization;
|
||||||
|
@ -26,7 +26,6 @@ var PDFImage = (function PDFImageClosure() {
|
|||||||
}
|
}
|
||||||
function PDFImage(xref, res, image, inline, smask) {
|
function PDFImage(xref, res, image, inline, smask) {
|
||||||
this.image = image;
|
this.image = image;
|
||||||
|
|
||||||
if (image.getParams) {
|
if (image.getParams) {
|
||||||
// JPX/JPEG2000 streams directly contain bits per component
|
// JPX/JPEG2000 streams directly contain bits per component
|
||||||
// and color space mode information.
|
// and color space mode information.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user