Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Remove ttconv backwards-compatibility code#30145
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Minor thing that can be skipped to save CI, but other than that seems fine.
Please drop the last commit and self-merge. |
7dafe63
intomatplotlib:text-overhaulUh oh!
There was an error while loading.Please reload this page.
Not going to wait for CI, because it's just going to fail, and then run again when merged, and fail there too... |
PR summary
When ttconv was replaced by pure Python code, several bits of compatibility code were left in in#18181. This removes those code chunks, as the test images will already be regenerated as part of the larger font work.
As this only affects PDF, and it's only minor rounding/duplicate vertices, the differences are generally only a single pixel for 1 character out of 3 or 4.
PR checklist