apps4av / avarex

Avare X
Other
18 stars 7 forks source link

ChartSup image resolution needs to be increased #30

Open n251ea opened 2 weeks ago

n251ea commented 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.

no-lex commented 1 week ago

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