-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Replace UpdateRectMinMax by getAxialAlignedBoundingBox #19763
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 (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/3972d4fae97aaed/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/c97b27cf1c35bde/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/c97b27cf1c35bde/output.txt Total script time: 31.03 mins
Image differences available at: http://54.241.84.105:8877/c97b27cf1c35bde/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.
The following code needs to be updated as well, given the errors in the browsertest logs:
pdf.js/src/display/pattern_helper.js
Lines 683 to 688 in 16c8765
graphics.current.updateRectMinMax(getCurrentTransform(graphics.ctx), [ | |
x0, | |
y0, | |
x1, | |
y1, | |
]); |
4625302
to
a446724
Compare
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/3972d4fae97aaed/output.txt Total script time: 62.26 mins
Image differences available at: http://54.193.163.58:8877/3972d4fae97aaed/reftest-analyzer.html#web=eq.log |
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/eaf132f3e73bdf7/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/d6ee3038adb068c/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/eaf132f3e73bdf7/output.txt Total script time: 16.25 mins
Image differences available at: http://54.241.84.105:8877/eaf132f3e73bdf7/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/d6ee3038adb068c/output.txt Total script time: 29.67 mins
Image differences available at: http://54.193.163.58:8877/d6ee3038adb068c/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.
What's the explanation for the ref-test "failures", is it simply that by using 32-bit floats we get ever so slightly different rounding behaviour now?
I don't know what could be another explaination. |
and don't use array destructuring because it induces a memory and perf penalties.
a446724
to
e7a9515
Compare
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, thank you.
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/674055e5cfffcd4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/78b95ed14dc8c6f/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/674055e5cfffcd4/output.txt Total script time: 16.25 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/78b95ed14dc8c6f/output.txt Total script time: 29.65 mins
|
and don't use array destructuring because it induces a memory and perf penalties.