diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index 78c790ade..0b59690cb 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -283,6 +283,7 @@ !annotation-squiggly.pdf !annotation-highlight.pdf !annotation-line.pdf +!annotation-square-circle.pdf !annotation-fileattachment.pdf !annotation-text-widget.pdf !annotation-choice-widget.pdf diff --git a/test/pdfs/annotation-square-circle.pdf b/test/pdfs/annotation-square-circle.pdf new file mode 100755 index 000000000..4aff07fe0 Binary files /dev/null and b/test/pdfs/annotation-square-circle.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index de8aa1200..111952209 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -3551,6 +3551,13 @@ "type": "eq", "annotations": true }, + { "id": "annotation-square-circle", + "file": "pdfs/annotation-square-circle.pdf", + "md5": "cfd3c302f68d61e1d55ed9c7896046c3", + "rounds": 1, + "type": "eq", + "annotations": true + }, { "id": "annotation-fileattachment", "file": "pdfs/annotation-fileattachment.pdf", "md5": "d20ecee4b53c81b2dd44c8715a1b4a83",