Merge pull request #4683 from yurydelendik/grouppath

Groups path commands into single operation
This commit is contained in:
Yury Delendik 2014-05-08 22:16:58 -05:00
commit a26d28a393
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