GNOME Bugzilla – Bug 736688
Poppler rectangles are not necessarily in good order
Last modified: 2018-05-22 15:53:23 UTC
So, in the bug https://bugs.freedesktop.org/show_bug.cgi?id=82898. there were some pixman warnings that actually originated in the pdf-backend. I traced back to assuming that rectangles always come as "(Lower Left point Upper Right point)" which is not true according to the PDF spec. Thus, we need to add some code to correctly process the unlikely but existent case of silly rectangles.
Created attachment 286218 [details] [review] pdf: Correctly process rectangles whose points are not in the right order
*** Bug 736723 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/513.