mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[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:
parent
2fbf14ace8
commit
c161a86ba1
14 changed files with 1461 additions and 13 deletions
|
@ -255,5 +255,7 @@ editor_none.title=Disable Annotation Editing
|
|||
editor_none_label=Disable Editing
|
||||
editor_free_text.title=Add FreeText Annotation
|
||||
editor_free_text_label=FreeText Annotation
|
||||
editor_ink.title=Add Ink Annotation
|
||||
editor_ink_label=Ink Annotation
|
||||
|
||||
freetext_default_content=Enter some text…
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue