-
-
Notifications
You must be signed in to change notification settings - Fork 913
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
Pixel Anti Aliasing #3149
Comments
It is this issue: flutter/flutter#14288 Erick has wrote a bit about it here: |
There's also some discussion about it in here: #1152 |
I got AA working. Turns out setting AA in the constructor works but setting the instance does not work. Impeller seems broken right now. Works
Does not work
|
Right, that is because the component is using its own paint object, not the one inside |
What happened?
When I arrange sprites in a grid and see background pixel appearing due to anti aliasing
I tried the following without any improvement
What do you expect?
Expect to see no unexpected visual artifacts
How can we reproduce this?
Arrange sprites in a grid. I suspect this is a known issue but can't find a way to fix.
What steps should take to fix this?
No response
Do have an example of where the bug occurs?
No response
Relevant log output
No response
Execute in a terminal and put output into the code block below
Output of: flutter doctor -v
Affected platforms
All
Other information
No response
Are you interested in working on a PR for this?
The text was updated successfully, but these errors were encountered: