mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Add tagged annotations in the structure tree (bug 1850797)
This commit is contained in:
parent
92f7653cfb
commit
d185db2b70
10 changed files with 152 additions and 47 deletions
|
@ -21,6 +21,7 @@
|
|||
import {
|
||||
AnnotationBorderStyleType,
|
||||
AnnotationEditorType,
|
||||
AnnotationPrefix,
|
||||
AnnotationType,
|
||||
FeatureTest,
|
||||
LINE_FACTOR,
|
||||
|
@ -30,7 +31,6 @@ import {
|
|||
warn,
|
||||
} from "../shared/util.js";
|
||||
import {
|
||||
AnnotationPrefix,
|
||||
DOMSVGFactory,
|
||||
getFilenameFromUrl,
|
||||
PDFDateString,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue