mirror of
https://github.com/foliojs/pdfkit.git
synced 2026-01-18 15:56:03 +00:00
* Accessibility: Fixed Link annotation is not nested inside a Link structure element * Accessibility: Fixed Link annotation is not nested inside a Link structure element * Changelog * Fix links leakage into subsequent structures * Prettier --------- Co-authored-by: akowalczewski <akowalczewski@gn.com>
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
class PDFAnnotationReference {
|
|
constructor(annotationRef) {
|
|
this.annotationRef = annotationRef;
|
|
}
|
|
}
|
|
|
|
export default PDFAnnotationReference;
|