Ignore empty paths when optimizing constructPath operations (issue 19971)#19972
Ignore empty paths when optimizing constructPath operations (issue 19971)#19972Snuffleupagus merged 1 commit intomozilla:masterfrom
constructPath operations (issue 19971)#19972Conversation
…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
|
|
/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
QueueOptimizeras well.