mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Groups path commands into single command
This commit is contained in:
parent
00453255f4
commit
63d5aae3f6
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