[gs-commits] mupdf 1.16.1.epub-prerelease-17 Add missing pdf_dirty_ann
[email protected] (Tor Andersson) Thu, 31 Oct 2019 12:53:37 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 231d7e87c685d6e6f0f0524aad05fc41a5c30237 Author: Tor Andersson <[email protected]> Date: Wed Oct 30 10:41:33 2019 +0100 Add missing pdf_dirty_annot call. diff --git a/source/pdf/pdf-annot.c b/source/pdf/pdf-annot.c index 0ef1a2f..ff7722d 100644 --- a/source/pdf/pdf-annot.c +++ b/source/pdf/pdf-annot.c @@ -1395,6 +1395,8 @@ void pdf_add_annot_ink_list_stroke_vertex(fz_context *ctx, pdf_annot *annot, fz_ p = fz_transform_point(p, inv_page_ctm); pdf_array_push_real(ctx, stroke, p.x); pdf_array_push_real(ctx, stroke, p.y); + + pdf_dirty_annot(ctx, annot); } void http://git.ghostscript.com/?p=mupdf.git;a=commit;h=231d7e87c685d6e6f0f0524aad05fc41a5c30237 -- MuPDF library Artifex Software, Inc.