-
Notifications
You must be signed in to change notification settings - Fork 19
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
SVGs on iOS are blurry #31
Comments
Easy quick fix - not set the scale if data resolver is |
@PavloLukianets Can you provide the sample screen shots for the blurry images on iOS? It seems OK on my devices. |
Fixed by version 1.2.1 https://www.nuget.org/packages/FFImageLoading.Maui/1.2.1 Thanks very much for reporting this issue! It is really difficult to figure this issue. |
Description
Because of this added line SVGs became blurry on iOS in our project after lib update:
FFImageLoading.Maui/source/FFImageLoading.Maui/Platforms/iOS/Foundations/DataResolvers/BundleDataResolver.cs
Line 98 in d2164a4
The text was updated successfully, but these errors were encountered: