mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +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
|
@ -31,8 +31,6 @@ import {
|
|||
|
||||
const SVG_NS = "http://www.w3.org/2000/svg";
|
||||
|
||||
const AnnotationPrefix = "pdfjs_internal_id_";
|
||||
|
||||
class PixelsPerInch {
|
||||
static CSS = 96.0;
|
||||
|
||||
|
@ -1005,7 +1003,6 @@ function setLayerDimensions(
|
|||
}
|
||||
|
||||
export {
|
||||
AnnotationPrefix,
|
||||
deprecated,
|
||||
DOMCanvasFactory,
|
||||
DOMCMapReaderFactory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue