FlutterWayland / flutter_wlroots

Wayland compositor embedder and library for Flutter. Built with Wlroots.
MIT License
30 stars 5 forks source link

Blurry surface when SurfaceWidget is laid out at non-integer positions #3

Open hansihe opened 2 years ago

hansihe commented 2 years ago

If a SurfaceWidget is laid out at a non-integer position, the rendered output will be blurry and look bad.

Should the SurfaceWidget be concerned about this at all, or should we rely on the consumer of the library to lay out the widget at integer positions?

Piero512 commented 2 years ago

I imagine this could be problematic for HiDPI support, but I am by no means an expert.