Restore the data.annotationFlags
parameter for annotations (PR 6672 follow-up)
This commit is contained in:
parent
aa75c4fe4e
commit
a2a5d36d5b
@ -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…
x
Reference in New Issue
Block a user