mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Caching inlined mask images
This commit is contained in:
parent
f48f57e30a
commit
257898b359
4 changed files with 173 additions and 36 deletions
|
@ -150,7 +150,8 @@ var OPS = PDFJS.OPS = {
|
|||
paintImageXObject: 85,
|
||||
paintInlineImageXObject: 86,
|
||||
paintInlineImageXObjectGroup: 87,
|
||||
paintImageMaskXObjectRepeat: 88
|
||||
paintImageXObjectRepeat: 88,
|
||||
paintImageMaskXObjectRepeat: 89
|
||||
};
|
||||
|
||||
// A notice for devs. These are good for things that are helpful to devs, such
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue