-
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
Ignore color-operators in Type3 glyphs beginning with a d1
operator (issue 12705)
#12718
Conversation
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/0111134513905c5/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/0111134513905c5/output.txt Total script time: 4.10 mins Published |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/c16a0f59e9d4b15/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/2792511dcea1566/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/2792511dcea1566/output.txt Total script time: 25.53 mins
Image differences available at: http://54.67.70.0:8877/2792511dcea1566/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/c16a0f59e9d4b15/output.txt Total script time: 29.73 mins
Image differences available at: http://3.101.106.178:8877/c16a0f59e9d4b15/reftest-analyzer.html#web=eq.log |
Why am i always get this email?
Pada tanggal Kam, 10 Des 2020 20:50, pdf.js test bot <
[email protected]> menulis:
… From: Bot.io (Linux m4)
------------------------------
Success
Full output at http://54.67.70.0:8877/0111134513905c5/output.txt
Total script time: 4.10 mins
Published
- Viewer: http://54.67.70.0:8877/0111134513905c5/web/viewer.html
- Viewer (ES5):
http://54.67.70.0:8877/0111134513905c5/es5/web/viewer.html
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12718 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARLGI542XLCBTC6DNVXB7MTSUDG3FANCNFSM4UVBHQNA>
.
|
464283b
to
f8744ac
Compare
… (issue 12705) Please refer to the PDF specification at https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf#G8.1977497 and https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf#G7.3998470 This patch removes the color-operators in the evaluator, since that should be more efficient than doing it repeatedly in the main-thread when rendering the Type3 glyphs.
f8744ac
to
67e5db7
Compare
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/526b2eb7e83fb5d/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/df548de35043df1/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/526b2eb7e83fb5d/output.txt Total script time: 25.66 mins
Image differences available at: http://54.67.70.0:8877/526b2eb7e83fb5d/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/df548de35043df1/output.txt Total script time: 28.35 mins
Image differences available at: http://3.101.106.178:8877/df548de35043df1/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/b9d24671c5ab3d6/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/e188c59d14e1205/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/b9d24671c5ab3d6/output.txt Total script time: 24.53 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/e188c59d14e1205/output.txt Total script time: 29.79 mins
|
Looks good! |
Please refer to the PDF specification at https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf#G8.1977497 and https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf#G7.3998470
This patch removes the color-operators in the evaluator, since that should be more efficient than doing it repeatedly in the main-thread when rendering the Type3 glyphs.
Fixes #12705