-
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
Remove glyph id's outside the range of valid glyphs. #6715
Conversation
/botio-linux preview |
From: Bot.io (Linux)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/89faa021f195db2/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/89faa021f195db2/output.txt Total script time: 0.81 mins Published |
Really nice patch! r=me, provided that the tests pass, and with the PDF file added to .gitignore. Edit: Also fixes #5514. |
Nice indeed! It also fixes #6312. |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/aa1598c4b349dcf/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_test from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/3a4df09046f5483/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/aa1598c4b349dcf/output.txt Total script time: 19.49 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/3a4df09046f5483/output.txt Total script time: 19.75 mins
|
OTS does not like invalid glyph ids in a camp table.
fc50b35
to
87762af
Compare
Remove glyph id's outside the range of valid glyphs.
Awesome work, thank you! |
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 2 Live output at: http://107.22.172.223:8877/c932f65147afed9/output.txt |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 2 Live output at: http://107.21.233.14:8877/1ad4f95d8dbf9d6/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/c932f65147afed9/output.txt Total script time: 19.04 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/1ad4f95d8dbf9d6/output.txt Total script time: 19.84 mins
|
OTS does not like invalid glyph ids in a camp table.
Fixes issues with warning "Range glyph reference too high"
Fixes #5564, #6648, #3483, #5702, #6343, #5690. Maybe more, we should look for people talking about boxes appearing.