-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Allow sharp gradients. #24967
Allow sharp gradients. #24967
Conversation
Size Change: +144 B (0%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
Hi @jasmussen, thank you for this fix 👍 It seems the variable MINIMUM_DISTANCE_BETWEEN_POINTS was also used for the distance between inserter and existing points and the movement that is applied to a point on using keyboard arrows. I created additional variables to fix the issue and it seems the inserter is working well now. Unfortunately, the keyboard movements are still broken but that is another issue not from this PR and I will try to fix it separately. Let me know if things are working well in your tests :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These gradients definitely looks great! 💯 - Thanks!
Green CI and let's land this!
Nice little improvement everyone :) |
This extracts a small change from #23802 (comment) to allow sharp gradients. Before, only this was possible:
With this PR, this is possible:
Fixes #23816. That's the good news.
The bad news is that the variable this PR changes allows the "plus" to be created on top of an existing handle:
It would be such a nice feature to have, is there an easy fix to address that? CC: @jorgefilipecosta