mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-10 00:55:48 +02:00
Given that most inferred links will overlap existing LinkAnnotations, creating a lot of unused `borderStyle` objects seem unnecessary. Hence we can move that into the `AnnotationLayer.prototype.addLinkAnnotations` method instead, which also allows us to slightly reduce the API-surface.