-
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
Ensure that the baseTransform
is applied when rendering annotations
#6814
Ensure that the baseTransform
is applied when rendering annotations
#6814
Conversation
/botio-windows preview |
From: Bot.io (Windows)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/78b1b875ee58dc4/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/78b1b875ee58dc4/output.txt Total script time: 1.20 mins Published |
I made a reduced test case that you can use for this patch: |
Fixes 3350. Fixes 5946. Fixes 6334. Fixes 6722. Probably fixes 3826 (since the PDF files are no longer available, I cannot confirm it).
@timvandermeij Thank you for the reduced test-case; and also for finding the other issues! /botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/9bc2a974b447a8f/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/b198d68663d600a/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/9bc2a974b447a8f/output.txt Total script time: 20.28 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/b198d68663d600a/output.txt Total script time: 20.78 mins
|
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/545854240d2855e/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/5dd894102f52725/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/5dd894102f52725/output.txt Total script time: 20.14 mins
|
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/545854240d2855e/output.txt Total script time: 20.32 mins
|
…sform Ensure that the `baseTransform` is applied when rendering annotations
Thank you! |
Nice catch! |
Fixes #3350.
Fixes #5946.
Fixes #6334.
Fixes #6722.
Probably fixes #3826 (since the PDF files are no longer available, I cannot confirm it).