-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Ignore Annotations with empty /Rect-entries in the display-layer (issue 14438) #14439
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
Conversation
…ue 14438) This prevents the `BaseSVGFactory.create`-method from throwing, and thus preventing any remaining Annotations (on the page) from rendering in corrupt documents.
/botio-linux preview |
/botio-windows preview |
/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/09573ada4a643cb/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/5daadea76db5515/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/09573ada4a643cb/output.txt Total script time: 0.01 mins |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/5daadea76db5515/output.txt Total script time: 0.02 mins |
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0c9c0e6a069b4d3/output.txt |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 1 Live output at: http://54.241.84.105:8877/9c552a4ebe60013/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 1 Live output at: http://54.193.163.58:8877/4c258032783ffc3/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/0c9c0e6a069b4d3/output.txt Total script time: 4.62 mins Published |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/9c552a4ebe60013/output.txt Total script time: 22.97 mins
Image differences available at: http://54.241.84.105:8877/9c552a4ebe60013/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/4c258032783ffc3/output.txt Total script time: 41.26 mins
Image differences available at: http://54.193.163.58:8877/4c258032783ffc3/reftest-analyzer.html#web=eq.log |
Thank you for fixing this! |
This prevents the
BaseSVGFactory.create
-method from throwing, and thus preventing any remaining Annotations (on the page) from rendering in corrupt documents.Fixes #14438