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

Gradient drawing outside selection bounds behaves badly #611

Open
dsizzle opened this issue Sep 6, 2023 · 1 comment
Open

Gradient drawing outside selection bounds behaves badly #611

dsizzle opened this issue Sep 6, 2023 · 1 comment
Labels
bug selection issues related to selection tools issues related to tools

Comments

@dsizzle
Copy link
Collaborator

dsizzle commented Sep 6, 2023

If the start and end point of a gradient are outside selection bounds, the gradient doesn't draw, and the line stays until you exit the canvas:

grad-bad

At the very least the line shouldn't stick around, but I think the gradient should draw inside the selection as well. It's perfectly valid to want to extend the range of a gradient outside a selection.

@dsizzle dsizzle added bug selection issues related to selection tools issues related to tools labels Sep 6, 2023
@dsizzle
Copy link
Collaborator Author

dsizzle commented Sep 7, 2023

It's weirder than this - the first time you try, there is no gradient. The second time, it works. It works about every other time:

grad2

EDIT: spent some time investigating and somehow got it to draw the 1st time (but then not the 2nd!) so this is a 🤯 for sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug selection issues related to selection tools issues related to tools
Development

No branches or pull requests

1 participant