Open n251ea opened 2 weeks ago
the images size wise are good to read on the tablet without zooming in however the images too low of a resolution to read on the tablet like that as parts of the image aren't fully drawn until I zoom in and even then the images are fair.
This appears to be caused by Flutter using nearest-neighbor sampling for subscale images (essentially the worst kind of sampling).
See https://github.com/flutter/flutter/issues/133944
the images size wise are good to read on the tablet without zooming in however the images too low of a resolution to read on the tablet like that as parts of the image aren't fully drawn until I zoom in and even then the images are fair.