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 builder performance adjustments #79

Merged
merged 3 commits into from
Apr 27, 2020

Conversation

mgierlasinski
Copy link
Owner

Each stop added to GradientView triggers repaint. To avoid that, GradientBuilder is now caching stops until next Gradient is created or Build() is called.

@mgierlasinski mgierlasinski added the 🛠️ enhancement New feature or request label Apr 26, 2020
@mgierlasinski mgierlasinski added this to the v1.1.0 milestone Apr 26, 2020
@mgierlasinski mgierlasinski marked this pull request as ready for review April 26, 2020 13:37
@mgierlasinski mgierlasinski merged commit 0914aae into master Apr 27, 2020
@mgierlasinski mgierlasinski deleted the feature/gradient-builder-performance branch April 27, 2020 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants