-
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
For Type1 fonts, replace missing font dictionary /Widths entries with ones from the font data (issue 11150) #11159
Conversation
… ones from the font data (issue 11150) Hopefully this patch makes sense, and in order to reduce the regression risk the implementation ensures that only completely missing widths are being replaced.
6570c56
to
af22dc9
Compare
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/de5e6ea66e172bd/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/45c6b701049fb28/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/45c6b701049fb28/output.txt Total script time: 17.52 mins
|
From: Bot.io (Windows)FailedFull output at http://54.215.176.217:8877/de5e6ea66e172bd/output.txt Total script time: 25.92 mins
Image differences available at: http://54.215.176.217:8877/de5e6ea66e172bd/reftest-analyzer.html#web=eq.log |
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/136977b9cbab34c/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/136977b9cbab34c/output.txt Total script time: 1.70 mins Published |
Thank you for fixing this! (I'll make reference images in the other patch.) |
Hopefully this patch makes sense, and in order to reduce the regression risk the implementation ensures that only completely missing widths are being replaced.
Fixes #11150