-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Impeller] Account for the transform in DLVerticesGeometry coverage #38998
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.
LGTM
D'oh |
…118839) * f2536ce8d Shader analysis with malioc (flutter/engine#39005) * dd8c259bb [Impeller] Account for the transform in DLVerticesGeometry coverage (flutter/engine#38998) * 26b6609c6 Remove unused variables and import (flutter/engine#38971)
@zanderso I believe this is a cherry pick candidate as well. How do I kick start the process? |
@chinmaygarde I've already filed the request here flutter/flutter#118850 with the CP PR here #39014. If you can lgtm in both places, that will help =) |
Ah, I missed it. Thank you so much! 🙏🏽 |
…age (#38998) (#39014) Co-authored-by: Brandon DeRosier <[email protected]>
Happened across this bug while smoke testing Gallery.
Before:
![Screenshot 2023-01-19 at 2 36 07 AM](https://user-images.githubusercontent.com/919017/213420361-7e3d531e-77a9-42fe-a833-fd26a1630ab1.png)
After:
![Screenshot 2023-01-19 at 2 34 08 AM](https://user-images.githubusercontent.com/919017/213420378-589e3f4a-2150-4ed8-b75b-97b244b1e99e.png)