Merge pull request #6677 from Snuffleupagus/restore-data-annotationFlags

Restore the `data.annotationFlags` parameter for annotations (PR 6672 follow-up)
This commit is contained in:
Tim van der Meij 2015-11-23 14:24:07 +01:00
commit dcd28126bf

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;