-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Ignore empty paths when optimizing constructPath
operations (issue 19971)
#19972
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
…19971) Note how we're handling empty paths in [src/display/canvas.js](https://github.com/mozilla/pdf.js/blob/a8e05d82e23056ddc2c28f83854b6f74ffa4bebc/src/display/canvas.js#L1423-L1428), hence we need add similar code in the `QueueOptimizer` as well.
/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/be8d35352b8be28/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/79f20a6fb6d26b9/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/be8d35352b8be28/output.txt Total script time: 29.75 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/79f20a6fb6d26b9/output.txt Total script time: 55.55 mins
|
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.
LGTM. Thank you.
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.193.163.58:8877/f01e8a3b2dc1e7e/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.241.84.105:8877/4fea67bd2d0648e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/4fea67bd2d0648e/output.txt Total script time: 15.96 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/f01e8a3b2dc1e7e/output.txt Total script time: 25.20 mins
|
Note how we're handling empty paths in src/display/canvas.js, hence we need add similar code in the
QueueOptimizer
as well.