-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Don't clip when the clip path is empty (issue #12306) #14797
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
/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/5ec16099bf0a268/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/2a1b8241e14d801/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/5ec16099bf0a268/output.txt Total script time: 2.10 mins
Image differences available at: http://54.241.84.105:8877/5ec16099bf0a268/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/2a1b8241e14d801/output.txt Total script time: 3.01 mins
Image differences available at: http://54.193.163.58:8877/2a1b8241e14d801/reftest-analyzer.html#web=eq.log |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/17b7161325149b7/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/78ebb3110fe4a13/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/78ebb3110fe4a13/output.txt Total script time: 23.91 mins
Image differences available at: http://54.241.84.105:8877/78ebb3110fe4a13/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/17b7161325149b7/output.txt Total script time: 24.65 mins
Image differences available at: http://54.193.163.58:8877/17b7161325149b7/reftest-analyzer.html#web=eq.log |
Unfortunately there appears to be a number of regressions, see an incomplete list below:
|
Likely related to Line 2823 in 379125c
I changed it to this.ctx.clip() which should be better.
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/ef028365c9d01b8/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/2904f6d2ab59ee2/output.txt |
That really cannot explain all of the movement in Type3-tests though, since the code-path in question only matter for annotations... |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/ef028365c9d01b8/output.txt Total script time: 23.83 mins
Image differences available at: http://54.241.84.105:8877/ef028365c9d01b8/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/2904f6d2ab59ee2/output.txt Total script time: 24.52 mins
Image differences available at: http://54.193.163.58:8877/2904f6d2ab59ee2/reftest-analyzer.html#web=eq.log |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/f38da20d9636384/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/77ca0619a771917/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/77ca0619a771917/output.txt Total script time: 22.90 mins
Image differences available at: http://54.241.84.105:8877/77ca0619a771917/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/f38da20d9636384/output.txt Total script time: 24.36 mins
Image differences available at: http://54.193.163.58:8877/f38da20d9636384/reftest-analyzer.html#web=eq.log |
/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/aca26de90a2d309/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/3f38627317e521f/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/3f38627317e521f/output.txt Total script time: 3.75 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/aca26de90a2d309/output.txt Total script time: 21.54 mins
|
/botio-windows makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/12db1e008b70f15/output.txt |
I completely missed that there was a regressions in the @calixteman Can you please look into that, and fix it in a follow-up? |
Yep, it's likely because of pdf.js/src/display/pattern_helper.js Line 622 in 5bbed40
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/12db1e008b70f15/output.txt Total script time: 21.11 mins
|
Fix clipping issue with pattern (follow-up of #14797)
No description provided.