flutter_svg
flutter_svg copied to clipboard
colorFilter not working in Flutter Web Apps on mobile devices with iOS 17.2 on Safari anymore
SvgPicture.asset(pathToAsset, colorFilter: ColorFilter.mode(Color(0xFFFF0000), BlendMode.srcIn));
... tints the asset red on iOS 15 on Safari on mobile devices but not when mobile device is running on safari on iOS17.2 it does not change the color.