-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Use correct matrix for patterns with showText. #14232
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 @brendandahl received. Current queue size: 0 Live output at: http://54.241.84.105:8877/1dee551335dc3f6/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.193.163.58:8877/a901a59dca7121b/output.txt |
I should mention the two test issues added are slightly different problems, so I've added them both. |
We were incorrectly using the transform in the pattern before it had been adjusted causing the pattern to be misplaced relative to the page. Fixes: ShowText-ShadingPattern.pdf (already in corpus) Fixes: mozilla#8111 Fixes: mozilla#9243
c44909d
to
1c70483
Compare
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/1dee551335dc3f6/output.txt Total script time: 23.41 mins
Image differences available at: http://54.241.84.105:8877/1dee551335dc3f6/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/a901a59dca7121b/output.txt Total script time: 42.14 mins
Image differences available at: http://54.193.163.58:8877/a901a59dca7121b/reftest-analyzer.html#web=eq.log |
Let's try that again after ref fixes... |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.193.163.58:8877/4f1e61be54d4640/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.241.84.105:8877/768f1b2302ec69c/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/768f1b2302ec69c/output.txt Total script time: 21.23 mins
Image differences available at: http://54.241.84.105:8877/768f1b2302ec69c/reftest-analyzer.html#web=eq.log |
/botio-linux test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.241.84.105:8877/5e9d12eeea3f913/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/4f1e61be54d4640/output.txt Total script time: 42.04 mins
Image differences available at: http://54.193.163.58:8877/4f1e61be54d4640/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/5e9d12eeea3f913/output.txt Total script time: 23.33 mins
Image differences available at: http://54.241.84.105:8877/5e9d12eeea3f913/reftest-analyzer.html#web=eq.log |
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.
r=me, thanks for fixing these long-standing issues!
/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/f30f240439d7d01/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/f6f5b4fb5a801f9/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/f30f240439d7d01/output.txt Total script time: 21.06 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/f6f5b4fb5a801f9/output.txt Total script time: 38.82 mins
|
We were incorrectly using the transform in the pattern before it had been
adjusted causing the pattern to be misplaced relative to the page.
Fixes: ShowText-ShadingPattern.pdf (already in corpus)
Fixes: #8111
Fixes: #9243