https://bugs.kde.org/show_bug.cgi?id=275371
--- Comment #3 from Fabio D'Urso <[email protected]> --- Created attachment 78107 --> https://bugs.kde.org/attachment.cgi?id=78107&action=edit Screenshot under 0.16 + Poppler 0.20 (In reply to comment #0) > Running Okular 0.10.5 under Gnome (2.30.2) on Ubuntu (10.04). Okular 0.10 is "old" and we have changed how we handle PDF annotations in 0.15 (for best results you also need poppler >= 0.20). I'm attaching a screenshot of how the document looks like now. (In reply to comment #2) > Fabio can you have a look? Almost everything looks right except the "Draft" > thing that seems to be painted twice. Yes, that's because Poppler has no support for drawing that kind of annotations (stamp) and thus Okular assumes that we have to draw it ourselves. But in this document the stamp annotation comes with an appearance stream, therefore Poppler *is* able to draw it. This is the reason why it is painted twice. We could add a method in Poppler to query if the annotation comes with an appearance stream or not, and mark such annotations as ExternallyDrawn. What do you think? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Okular-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/okular-devel
