Browse Source

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

Restore the `data.annotationFlags` parameter for annotations (PR 6672 follow-up)
Tim van der Meij 10 years ago
parent
commit
dcd28126bf
  1. 1
      src/core/annotation.js

1
src/core/annotation.js

@ -124,6 +124,7 @@ var Annotation = (function AnnotationClosure() { @@ -124,6 +124,7 @@ var Annotation = (function AnnotationClosure() {
data.subtype = dict.get('Subtype').name;
this.setFlags(dict.get('F'));
data.annotationFlags = this.flags;
this.setRectangle(dict.get('Rect'));
data.rect = this.rectangle;

Loading…
Cancel
Save