mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Splits shared/annotation.js into core/ and display/
This commit is contained in:
parent
df87df59b6
commit
bdeca30fbf
12 changed files with 284 additions and 318 deletions
|
@ -44,6 +44,12 @@ var ImageKind = {
|
|||
RGBA_32BPP: 3
|
||||
};
|
||||
|
||||
var AnnotationType = {
|
||||
WIDGET: 1,
|
||||
TEXT: 2,
|
||||
LINK: 3
|
||||
};
|
||||
|
||||
var StreamType = {
|
||||
UNKNOWN: 0,
|
||||
FLATE: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue