-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Use positive dimensions for text chunks in the text layer (issue #14415) #14418
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
1b103fe
to
0a8bf5d
Compare
Just adding |
/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/63b86dd125117e4/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/9b12f6f8efe8746/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/63b86dd125117e4/output.txt Total script time: 22.50 mins
Image differences available at: http://54.241.84.105:8877/63b86dd125117e4/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/9b12f6f8efe8746/output.txt Total script time: 42.42 mins
Image differences available at: http://54.193.163.58:8877/9b12f6f8efe8746/reftest-analyzer.html#web=eq.log |
There seem to be some regressions in |
This is because of: Line 2475 in 568633c
So for example, if you look on the fifth column on page 3: Anyway, this change isn't directly related to what this patch is aimed to fix (I just noticed the error in reading the code and I thought that it doesn't hurt to fix a "typo"). |
/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/2d1863414a69a34/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/eeba09b2d2e4d35/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2d1863414a69a34/output.txt Total script time: 22.49 mins
Image differences available at: http://54.241.84.105:8877/2d1863414a69a34/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/eeba09b2d2e4d35/output.txt Total script time: 42.46 mins
Image differences available at: http://54.193.163.58:8877/eeba09b2d2e4d35/reftest-analyzer.html#web=eq.log |
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/634a43db92b4c08/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/634a43db92b4c08/output.txt Total script time: 4.45 mins Published |
/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/626a43116c9737c/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/ac6ee723dcf9a81/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/626a43116c9737c/output.txt Total script time: 19.99 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/ac6ee723dcf9a81/output.txt Total script time: 38.78 mins
|
Width/height for text chunks must be positive numbers.