mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Caches last parsed resource image, recornizes image repeats
This commit is contained in:
parent
2c23be369b
commit
f48f57e30a
3 changed files with 106 additions and 7 deletions
|
@ -149,7 +149,8 @@ var OPS = PDFJS.OPS = {
|
|||
paintImageMaskXObjectGroup: 84,
|
||||
paintImageXObject: 85,
|
||||
paintInlineImageXObject: 86,
|
||||
paintInlineImageXObjectGroup: 87
|
||||
paintInlineImageXObjectGroup: 87,
|
||||
paintImageMaskXObjectRepeat: 88
|
||||
};
|
||||
|
||||
// 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