Skip to content

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

Merged
benfry merged 1 commit into
processing:masterfrom
hugovalepereira:patch-1
Sep 21, 2020
Merged

getShape() - Type of vertex was wrong for Cubic#6092
benfry merged 1 commit into
processing:masterfrom
hugovalepereira:patch-1

Conversation

@hugovalepereira

Copy link
Copy Markdown
Contributor

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 benfry merged commit 6827af7 into processing:master Sep 21, 2020
@benfry

benfry commented Sep 21, 2020

Copy link
Copy Markdown
Contributor

Ha, how about that. Thanks for the fix.

benfry added a commit to benfry/processing4 that referenced this pull request Sep 21, 2020
benfry added a commit that referenced this pull request Sep 22, 2020
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked. Pull requests that have been closed are automatically locked 30 days after the last comment.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Sep 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants