mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-09 23:04:02 +02:00
parent
394727a28c
commit
b7d71eb7f8
@ -1540,8 +1540,11 @@ class PDFPageProxy {
|
||||
this._pdfBug && globalThis.StepperManager?.enabled
|
||||
);
|
||||
const shouldRecordOperations =
|
||||
!this.recordedBBoxes && (recordOperations || recordForDebugger);
|
||||
const shouldRecordImages = !this.imageCoordinates && recordImages;
|
||||
!!canvas &&
|
||||
!this.recordedBBoxes &&
|
||||
(recordOperations || recordForDebugger);
|
||||
const shouldRecordImages =
|
||||
!!canvas && !this.imageCoordinates && recordImages;
|
||||
|
||||
const complete = error => {
|
||||
intentState.renderTasks.delete(internalRenderTask);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user