[editor] Add an Ink editor

- Approximate the drawn curve by a set of Bezier curves in using
  js code from https://github.com/soswow/fit-curves.
  The code has been slightly modified in order to make the linter
  happy.
This commit is contained in:
Calixte Denizet 2022-06-04 23:28:19 +02:00
parent 2fbf14ace8
commit c161a86ba1
14 changed files with 1461 additions and 13 deletions

View file

@ -57,6 +57,7 @@ const AnnotationEditorPrefix = "pdfjs_internal_editor_";
const AnnotationEditorType = {
NONE: 0,
FREETEXT: 3,
INK: 15,
};
// Permission flags from Table 22, Section 7.6.3.2 of the PDF specification.