It seems like the new color filter options are not working with the style effect interactions.
What I am trying to do is to change a SVG image’s color when :selected or :mouseover, by using the RP9 new color filter feature.
- I have a blue colored SVG icon in my library, that I drag into my canvas.
- I changed its color by removing the saturation, so it turned gray.
- I created 2 interactions:
- :mouseover - which I changed the color filter back to orginal blue (it renders just fine in UI)
- :selected - which I removed the saturation again and boosted the brightness to get a white (renders well too).
But when I launch in browser, no interaction styling is working. There are no change to the icon.
PS. I’ve tried many different ways with/without grouping; by no changing the original color; etc Nothing worked.
