Restore the data.annotationFlags parameter for annotations (PR 6672 follow-up)

This commit is contained in:
Jonas Jenwald 2015-11-23 10:17:11 +01:00
parent aa75c4fe4e
commit a2a5d36d5b

View File

@ -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;