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
I had a problem when using the color property to re-color the image and found changing the blend mode from srcATop to srcIn fix the problem for me. Is this a bug?
Yes. If you see the example above, I was attempting to use an svg as the background, and I wanted to recolor the strokes to a mild color Colors.black12. I tried to use the color attribute of Svg to recolor the image, but that didn't work. The strokes are still in black. My expectation is the below one where the grid lines are colored in light gray.
I had a problem when using the
color
property to re-color the image and found changing the blend mode fromsrcATop
tosrcIn
fix the problem for me. Is this a bug?if use
color
if change it to
srcIn
The text was updated successfully, but these errors were encountered: