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:
commit
dcd28126bf
@ -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