Add transform support to bezier shapes in clip() by VANSH3104 · Pull Request #8481 · processing/p5.js

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@VANSH3104

Copy link

Contributor

Resolves #8475 where bezier shapes (beginShape/bezierVertex) did not
respect transforms when used in clipping masks, while primitive shapes
worked correctly after PR #8236.

Changes:

Screenshots of the change:

After
2026-02-01_22-36-11

PR Checklist

@VANSH3104

Copy link

Contributor Author

@davepagurek, could you please review this when you have a moment and suggest any necessary changes?

@pbayer8

Copy link

pbayer8 commented

Feb 1, 2026

@VANSH3104 just want to thank you personally for the quick fix! My art project is relient on these bezier clip paths :)

VANSH3104 reacted with heart emoji
Copy link

Contributor

@davepagurek davepagurek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

VANSH3104 reacted with hooray emoji

@davepagurek davepagurek merged commit 8bf815c into processing:dev-2.0

Feb 7, 2026

2 checks passed

@ksen0 ksen0 added this to the 2.3 milestone

Feb 11, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@davepagurek davepagurek davepagurek approved these changes

Assignees

No one assigned

Labels

None yet

Projects

Status: Completed

Milestone

2.3

Development

Successfully merging this pull request may close these issues.

4 participants

@VANSH3104 @pbayer8 @davepagurek @ksen0