-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Assign non-zero width/height to all rectangles (issue 4260) #4521
Conversation
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 1 Live output at: http://107.21.233.14:8877/d78c1f2293782cd/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 1 Live output at: http://107.22.172.223:8877/2b604ae13b4de1d/output.txt |
From: Bot.io (Linux)FailedFull output at http://107.21.233.14:8877/d78c1f2293782cd/output.txt Total script time: 25.92 mins
Image differences available at: http://107.21.233.14:8877/d78c1f2293782cd/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/2b604ae13b4de1d/output.txt Total script time: 36.35 mins
Image differences available at: http://107.22.172.223:8877/2b604ae13b4de1d/reftest-analyzer.html#web=eq.log |
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/d77c49f5fe2ceb0/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/d77c49f5fe2ceb0/output.txt Total script time: 0.40 mins Published
|
Nice patch! It definitely solves #4260. Not sure why that one PDF gets thicker lines though. |
I don't really understand why issue1629 fails, but I noticed that the relevant rectangles are followed by a stroke op:
In the file that this PR attempts to fix, the rectangles are followed by fill, so we might have to instead do what's suggested here: #4260 (comment). |
I'm not sure it will give a different result |
issue1629 looks fine for me with the change. pdf is expecting zero-width line - we are painting that there |
/botio makeref |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/5e4c3ab4b084662/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/66676c102be7e95/output.txt |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/66676c102be7e95/output.txt Total script time: 20.59 mins
|
/botio-windows makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/bc4367b6506630f/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/5e4c3ab4b084662/output.txt Total script time: 25.96 mins
|
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/bc4367b6506630f/output.txt Total script time: 20.89 mins
|
Third time lucky? /botio-windows makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/80dfe9903d4ab74/output.txt |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/80dfe9903d4ab74/output.txt Total script time: 19.08 mins
|
/botio-windows makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/a8ca4fd677651df/output.txt |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/a8ca4fd677651df/output.txt Total script time: 21.51 mins
|
/botio-windows lint |
From: Bot.io (Windows)ReceivedCommand cmd_lint from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/fc0fa154e91a76b/output.txt |
From: Bot.io (Windows)FailedFull output at http://107.22.172.223:8877/fc0fa154e91a76b/output.txt Total script time: 0.63 mins
|
@yurydelendik Why does lint fail on the Windows bot? The log displays nothing indicating a problem. The reference images have now been made successfully, so I think this is ready to go. |
Assign non-zero width/height to all rectangles (issue 4260)
Thanks |
Node on windows is bad with flushing the stdout when process.exit is used. I filed #4544 -- direct jshint call might fix the issue. |
Fixes #4260.