Caching inlined mask images

This commit is contained in:
Yury Delendik 2014-02-24 09:59:02 -06:00
parent f48f57e30a
commit 257898b359
4 changed files with 173 additions and 36 deletions

View file

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