mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Split large image groups into smaller chunks
This commit is contained in:
parent
d71c702dcf
commit
cae62341ac
3 changed files with 122 additions and 113 deletions
|
@ -330,7 +330,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
'setFillCMYKColor': true,
|
||||
'paintJpegXObject': true,
|
||||
'paintImageXObject': true,
|
||||
'paintInlineImageXObject': true,
|
||||
'paintInlineImageXObjectGroup': true,
|
||||
'paintImageMaskXObject': true,
|
||||
'paintImageMaskXObjectGroup': true,
|
||||
'shadingFill': true
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue