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

Uses canvas dimensions instead of arbitrary constants for noise() and noiseDetail() #7330

Merged

Conversation

RandomGamingDev
Copy link
Contributor

Resolves #7329

Changes:
Replaces instances of arbitrary constants in noise() and noiseDetail() doc iterators with the canvas dimensions that they're meant to follow.

PR Checklist

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.

lgtm!

@davepagurek davepagurek merged commit 03b9517 into processing:main Oct 22, 2024
2 checks passed
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.

Use canvas dimensions instead of arbitrary constants for noise() and noiseDetail() doc iterators
2 participants