mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #8950 from timvandermeij/polygon-polyline-annotations
Implement support for polyline and polygon annotations
This commit is contained in:
commit
10727572a2
6 changed files with 125 additions and 1 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -292,6 +292,7 @@
|
|||
!annotation-text-widget.pdf
|
||||
!annotation-choice-widget.pdf
|
||||
!annotation-button-widget.pdf
|
||||
!annotation-polyline-polygon.pdf
|
||||
!zero_descent.pdf
|
||||
!operator-in-TJ-array.pdf
|
||||
!issue7878.pdf
|
||||
|
|
BIN
test/pdfs/annotation-polyline-polygon.pdf
Executable file
BIN
test/pdfs/annotation-polyline-polygon.pdf
Executable file
Binary file not shown.
|
@ -3660,6 +3660,13 @@
|
|||
"type": "eq",
|
||||
"forms": true
|
||||
},
|
||||
{ "id": "annotation-polyline-polygon",
|
||||
"file": "pdfs/annotation-polyline-polygon.pdf",
|
||||
"md5": "e68611602f58c8ca70cc40575ba3b04e",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"annotations": true
|
||||
},
|
||||
{ "id": "issue6108",
|
||||
"file": "pdfs/issue6108.pdf",
|
||||
"md5": "8961cb55149495989a80bf0487e0f076",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue