You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If we use SVG decoder and load an SVG into ImageView with specific parameters(one dimension is wrap_content, one dimension has exact size), we get a low quality image. If I use the same attributes, but load an icon using app:srcCompat, there are no any problems with quality. Also, if I use exact dimensions, it also doesn't have any problems.
Describe the bug
If we use SVG decoder and load an SVG into ImageView with specific parameters(one dimension is
wrap_content
, one dimension has exact size), we get a low quality image. If I use the same attributes, but load an icon usingapp:srcCompat
, there are no any problems with quality. Also, if I use exact dimensions, it also doesn't have any problems.To Reproduce
Icon with
android:layout_width="30dp" android:layout_height="wrap_content"
Icon with
android:layout_width="30dp" android:layout_height="30dp"
Icon with
android:layout_width="30dp" android:layout_height="wrap_content"
, but it was loaded usingapp:srcCompat
attribute.Version
Coil: 2.0.0-rc03
Emulator Pixel 2 API 29
Huawei Y5 2018 API 27
The text was updated successfully, but these errors were encountered: