File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3493,7 +3493,7 @@ class RenderTask {
34933493 get imageCoordinates ( ) {
34943494 return this . _internalRenderTask . imageCoordinates || null ;
34953495 }
3496-
3496+
34973497 /**
34983498 * @type {MessageHandler | null }
34993499 */
@@ -3665,7 +3665,9 @@ class InternalRenderTask {
36653665 this . _rendererHandler &&
36663666 this . _canvasContext === null &&
36673667 ! hasCanvasFilters &&
3668- ! this . pageColors ;
3668+ ! this . pageColors &&
3669+ ! dependencyTracker &&
3670+ ! imagesTracker ;
36693671
36703672 if ( ! useWorkerRendering ) {
36713673 this . _rendererHandler = null ;
@@ -3736,7 +3738,7 @@ class InternalRenderTask {
37363738 this . annotationCanvasMap ,
37373739 this . pageColors ,
37383740 dependencyTracker ,
3739- imagesTracker ,
3741+ imagesTracker
37403742 ) ;
37413743 this . gfx . beginDrawing ( {
37423744 transform,
You can’t perform that action at this time.
0 commit comments