Caches last parsed resource image, recornizes image repeats

This commit is contained in:
Yury Delendik 2014-02-24 08:00:08 -06:00
parent 2c23be369b
commit f48f57e30a
3 changed files with 106 additions and 7 deletions

View file

@ -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