-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Fix the rendering of tiling pattern when the steps are lower than the tile dimensions (bug 1837738) #18798
Conversation
/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/3b479de42d900c7/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/a4d03c60e36fbab/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/a4d03c60e36fbab/output.txt Total script time: 30.98 mins
Image differences available at: http://54.241.84.105:8877/a4d03c60e36fbab/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/3b479de42d900c7/output.txt Total script time: 46.58 mins
Image differences available at: http://54.193.163.58:8877/3b479de42d900c7/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, this was overall simpler than I expected; thank you.
It was a bit more complex few days ago and I managed to simplify it. |
… tile dimensions (bug 1837738) It fixes mozilla#16038. The idea is to create a pattern having the steps for dimensions and then draw the base tile and the different overlapping parts on it.
a586c38
to
6d88f9f
Compare
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/bdea70560381245/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/3f107a91f04f54b/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/3f107a91f04f54b/output.txt Total script time: 20.49 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/bdea70560381245/output.txt Total script time: 27.21 mins
|
It fixes #16038.
The idea is to create a pattern having the steps for dimensions and then draw the base tile and the different overlapping parts on it.