The Wayback Machine - https://web.archive.org/web/20210908000904/https://github.com/processing/processing/pull/6092
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

getShape() - Type of vertex was wrong for Cubic #6092

Merged
merged 1 commit into from Sep 21, 2020

Conversation

@hugovalepereira
Copy link
Contributor

@hugovalepereira hugovalepereira commented Sep 5, 2020

When 'detail' is set to 0, it was causing getShape to break with OTF fonts that use cubic bezier paths.
By mistake, a 3D quadratic was being drawn instead of a proper cubic bezier.

When 'detail' is set to 0, it was causing getShape to break with OTF fonts that use cubic bezier paths.
By mistake, a 3D quadratic was being drawn instead of a proper cubic bezier.
benfry added a commit that referenced this issue Sep 21, 2020
getShape() - Type of vertex was wrong for Cubic
@benfry benfry merged commit 6827af7 into processing:master Sep 21, 2020
@benfry
Copy link
Member

@benfry benfry commented Sep 21, 2020

Ha, how about that. Thanks for the fix.

benfry added a commit to processing/processing4 that referenced this issue Sep 21, 2020
benfry added a commit that referenced this issue Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants