mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Restore the data.annotationFlags
parameter for annotations (PR 6672 follow-up)
This commit is contained in:
parent
aa75c4fe4e
commit
a2a5d36d5b
1 changed files with 2 additions and 1 deletions
|
@ -124,6 +124,7 @@ var Annotation = (function AnnotationClosure() {
|
||||||
data.subtype = dict.get('Subtype').name;
|
data.subtype = dict.get('Subtype').name;
|
||||||
|
|
||||||
this.setFlags(dict.get('F'));
|
this.setFlags(dict.get('F'));
|
||||||
|
data.annotationFlags = this.flags;
|
||||||
|
|
||||||
this.setRectangle(dict.get('Rect'));
|
this.setRectangle(dict.get('Rect'));
|
||||||
data.rect = this.rectangle;
|
data.rect = this.rectangle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue