pdf.js/src/display
Tim van der Meij e15a2ec523
Annotations: implement support for line annotations
This patch implements support for line annotations. Other viewers only
show the popup annotation when hovering over the line, which may have
any orientation. To make this possible, we render an invisible line (SVG
element) over the line on the canvas that acts as the trigger for the
popup annotation. This invisible line has the same starting coordinates,
ending coordinates and width of the line on the canvas.
2017-04-12 23:05:25 +02:00
..
annotation_layer.js Annotations: implement support for line annotations 2017-04-12 23:05:25 +02:00
api.js Init PDFWorker via MesssagePort. 2017-02-24 13:33:18 -06:00
canvas.js Fixes behaviour of DOMCanvasFactory to return {canvas, context}. 2017-02-07 03:47:13 +05:30
dom_utils.js Improve the error handling when loading of built-in CMap files fail (PR 8064 follow-up) 2017-03-29 22:38:29 +02:00
font_loader.js Use ChildNode.remove instead of ChildNode.ParentNode.removeChild in a couple of places (bug 1334831, issue 8008) 2017-02-10 14:39:50 +01:00
global.js Init PDFWorker via MesssagePort. 2017-02-24 13:33:18 -06:00
metadata.js Remove globals that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 2016-12-16 21:09:55 +01:00
pattern_helper.js Normalize the BBox entry in Tiling Pattern dictionaries (issue 8117) 2017-03-16 21:43:11 +01:00
svg.js Switch to using ESLint, instead of JSHint, for linting 2016-12-16 21:06:36 +01:00
text_layer.js Merge pull request #8002 from mukulmishra18/refactor-canvas 2017-02-06 07:45:41 -06:00
webgl.js Fix #7798: Refactor scratch canvas usage. 2017-02-05 20:19:47 +05:30