()
| 71 | |
| 72 | |
| 73 | def test_squiggly(): |
| 74 | doc = pymupdf.open() |
| 75 | page = doc.new_page() |
| 76 | annot = page.add_squiggly_annot(rect) |
| 77 | assert annot.type == (10, "Squiggly") |
| 78 | |
| 79 | |
| 80 | def test_strikeout(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…