-
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
Build paths for glyph accents when drawing text as curves #4736
Build paths for glyph accents when drawing text as curves #4736
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/2560b4b3c72e990/output.txt |
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/2560b4b3c72e990/output.txt Total script time: 0.38 mins Published
|
/botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://107.21.233.14:8877/db13eaf5041aa83/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://107.22.172.223:8877/c443b1d2d50f523/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/c443b1d2d50f523/output.txt Total script time: 22.20 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/db13eaf5041aa83/output.txt Total script time: 25.65 mins
|
It's really amazing how active the project is. Thanks for fixing the crashed PDFs! |
@Snuffleupagus Could you add a test to the PR? It looks good otherwise. |
Now with test case added! /botio test |
From: Bot.io (Linux)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.21.233.14:8877/2e8728c7f7d660b/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://107.22.172.223:8877/52582002898621c/output.txt |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/52582002898621c/output.txt Total script time: 23.61 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/2e8728c7f7d660b/output.txt Total script time: 26.12 mins
|
/botio makeref |
From: Bot.io (Linux)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.21.233.14:8877/091271afc868763/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @yurydelendik received. Current queue size: 0 Live output at: http://107.22.172.223:8877/8546cb3ce411d4a/output.txt |
Build paths for glyph accents when drawing text as curves
Gracias |
From: Bot.io (Windows)SuccessFull output at http://107.22.172.223:8877/8546cb3ce411d4a/output.txt Total script time: 24.01 mins
|
From: Bot.io (Linux)SuccessFull output at http://107.21.233.14:8877/091271afc868763/output.txt Total script time: 26.39 mins
|
This PR fixes (taken from the list at http://bthorben.github.io/pdfRepo/#crashed):
Note: even though this PR fixes the error that prevents the files from rendering completely, there is still a slight issue with the second file. At the bottom of the page, the dots above the
u
are placed too far to the left. However that is probably better to handle in a follow-up, since it's most likely an issue with the font data in that particular file.