mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Merge pull request #4683 from yurydelendik/grouppath
Groups path commands into single operation
This commit is contained in:
commit
a26d28a393
4 changed files with 68 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue