Groups path commands into single command

This commit is contained in:
Yury Delendik 2014-04-30 09:09:04 -05:00
parent 00453255f4
commit 63d5aae3f6
4 changed files with 68 additions and 24 deletions

View file

@ -152,7 +152,8 @@ var OPS = PDFJS.OPS = {
paintInlineImageXObjectGroup: 87,
paintImageXObjectRepeat: 88,
paintImageMaskXObjectRepeat: 89,
paintSolidColorImageMask: 90
paintSolidColorImageMask: 90,
constructPath: 91
};
// A notice for devs. These are good for things that are helpful to devs, such