mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Increase the maxCanvasPixels value to 2 ** 25
This commit is contained in:
parent
ad791cc462
commit
a4aca8a20d
3 changed files with 4 additions and 4 deletions
|
@ -214,7 +214,7 @@ const defaultOptions = {
|
|||
},
|
||||
maxCanvasPixels: {
|
||||
/** @type {number} */
|
||||
value: 16777216,
|
||||
value: 2 ** 25,
|
||||
kind: OptionKind.VIEWER,
|
||||
},
|
||||
forcePageColors: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue