-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
Tile boundaries visible at certain zoom levels #1126
Comments
Same issue, and this issue only happens on Flutter 2.8.x and above.. |
+1 |
+1
I see white lines There isn't any problem if the rotation is enabled |
Does this happen on mobile too, or just on desktop ? |
On mobile too, but only with disabled rotation (by interactiveFlags or nonRotatedLayers) |
This seems strange, and would be probably Flutter 2.8's fault, because I haven't seen this before. |
I think that located problem, if I delete Opacity widget in _AnimatedTileState Before:
After:
The problem is gone. There are no white lines. And there are many opacity issues that were merged in [release notes](https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.8. |
Good find, this url should work if anyone has problems with above url https://docs.flutter.dev/development/tools/sdk/release-notes/release-notes-2.8.0 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Duplicate of #1156 |
I built the demo app using Flutter 2.8.1 (desktop linux target) and I noticed that tile boundaries pop out as white lines at certain zoom levels while they are seamless at others.
The text was updated successfully, but these errors were encountered: