diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index f4d0713ad..1315bf9f0 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -290,6 +290,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 diff --git a/test/pdfs/annotation-polyline-polygon.pdf b/test/pdfs/annotation-polyline-polygon.pdf new file mode 100755 index 000000000..ec5d05872 Binary files /dev/null and b/test/pdfs/annotation-polyline-polygon.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index 0882f4670..cc8c57db9 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -3639,6 +3639,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",