flutter_svg icon indicating copy to clipboard operation
flutter_svg copied to clipboard

colorFilter not working in Flutter Web Apps on mobile devices with iOS 17.2 on Safari anymore

Open chrisDK1977 opened this issue 8 months ago • 5 comments

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.

chrisDK1977 avatar Jun 12 '24 14:06 chrisDK1977