Skip to content
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

add allQuadratic=False option to allow building glyf v1 with cubics #768

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

anthrotype
Copy link
Member

@anthrotype anthrotype commented Jul 28, 2023

that is, a mix of cubics or quadratic depending on which is more economical. In practice, all cubics are kept as such and only converted to quad if they can be approximated by a single quad (1 off-curve point vs original 2)

@anthrotype anthrotype requested a review from behdad July 28, 2023 14:53
a mix of cubics or quadratic depending on which is more economical
@behdad
Copy link
Collaborator

behdad commented Jul 28, 2023

Should it also set the glyf version to 1?

@anthrotype
Copy link
Member Author

github acting weird 😞
https://www.githubstatus.com/

We are investigating an issue which is causing a delay in the time it takes new commits to show up on a pull request.

@anthrotype
Copy link
Member Author

Should it also set the glyf version to 1?

probably yeah

@anthrotype anthrotype merged commit 1ff885d into main Jul 28, 2023
7 checks passed
@anthrotype anthrotype deleted the not-all-quadratic branch July 28, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants