1
0
Fork 0
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:
Jonas Jenwald 2017-09-24 15:16:14 +02:00 committed by GitHub
commit 10727572a2
6 changed files with 125 additions and 1 deletions

View file

@ -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

Binary file not shown.

View file

@ -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",