-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render PopupAnnotations even if they have missing or empty /Rect-entries (issue 15012, PR 14439 follow-up) #15013
Conversation
d7514ef
to
1b4c707
Compare
0d177bf
to
35c0b99
Compare
…ies (issue 15012, PR 14439 follow-up) This only applies to *corrupt* PDF documents, where Annotations are missing the required /Rect-entry. Rendering PopupAnnotations unconditionally shouldn't be a problem, since we're not using a `BaseSVGFactory`-instance in that case.
35c0b99
to
6371a76
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/8ab7caf9a4bbd17/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/5458aabe4c549f7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/8ab7caf9a4bbd17/output.txt Total script time: 26.04 mins
Image differences available at: http://54.241.84.105:8877/8ab7caf9a4bbd17/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/5458aabe4c549f7/output.txt Total script time: 27.91 mins
Image differences available at: http://54.193.163.58:8877/5458aabe4c549f7/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/eaa0c92bb3b7d47/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.193.163.58:8877/31cd0e27c1f16d6/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/eaa0c92bb3b7d47/output.txt Total script time: 22.66 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/31cd0e27c1f16d6/output.txt Total script time: 22.24 mins
|
This only applies to corrupt PDF documents, where Annotations are missing the required /Rect-entry. Rendering PopupAnnotations unconditionally shouldn't be a problem, since we're not using a
BaseSVGFactory
-instance in that case.