flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 326 forks source link

Network page blur-rendering text #5771

Open hussenIbrahim opened 1 year ago

hussenIbrahim commented 1 year ago

Flutter (Channel stable, 3.10.0, on Microsoft Windows [Version 10.0.22621.1702], locale en-US)

image

kenzieschmoll commented 1 year ago

FYI @elliette - this looks similar to some of the bugs you've fixed recently for the debugger.

elliette commented 1 year ago

The fix I submitted should apply to all of DevTools: https://github.com/flutter/devtools/pull/5430 So either it's no longer working or this is a different issue. I'm at the office today so I don't have access to the monitor where I see the blurriness. I can check tomorrow.

hussenIbrahim commented 1 year ago

Any updates