-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
fix: Remove references to getFastTextWidth (#8277) #8307
Conversation
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.
This looks great! Thank you for the fixes =) I'll get this merged once CI passes.
For future peoples: Pulled this down and did some performance profiling, and impacts were minimal. On a 1k Scatter, self-time for getTextWidth
was 0.3%
.
Looks like formatting is failing, you can run |
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.
Marking this as changes requested
Heya @ga-fleury Are you still interested in working on this? |
@BeksOmega format changes commited! |
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.
Thank you again for your work on this!
Fixes: #8277
feat: Remove references to getFastTextWidth (#8277)