-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Don't stroke when the current path isn't in the current clip box #17777
base: master
Are you sure you want to change the base?
Conversation
/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/fea28a26e181415/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/a9596b60b2e72cc/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/fea28a26e181415/output.txt Total script time: 25.19 mins
Image differences available at: http://54.241.84.105:8877/fea28a26e181415/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/a9596b60b2e72cc/output.txt Total script time: 39.23 mins
Image differences available at: http://54.193.163.58:8877/a9596b60b2e72cc/reftest-analyzer.html#web=eq.log |
/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/b9873fe39f3c800/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/91721a1403753d4/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/b9873fe39f3c800/output.txt Total script time: 25.35 mins
Image differences available at: http://54.241.84.105:8877/b9873fe39f3c800/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/91721a1403753d4/output.txt Total script time: 41.87 mins
Image differences available at: http://54.193.163.58:8877/91721a1403753d4/reftest-analyzer.html#web=eq.log |
While I don't know what this patch tries to fix, however looking at the code changes I'm not that surprised by the test failures. Note that as-is this won't update all state as expected for the Line 1772 in 6bb6ce6
into if (this.contentVisible && this.current.isPathInClipBox()) { |
I just filed this issue: #17779 |
No description provided.