We have a simple svg composed of 5 shapes . We want to "mix-blend-mode" this svg with a layer color. However this css property is not working on internet explorer. Is there a way to calculate what would be the result for each shape of our svg?
svg:
element1: red
element 2: blue
element 3: pink
element 4: white
element 5 :black
There is no transparency.