Open dominicrico opened 6 years ago
If I have a SVG that uses style="mix-blend-mode: multiply;" that style attribute is ignored and the path is rendered without blend mode.
style="mix-blend-mode: multiply;"
Should be this
But will be this (without the background)
@dominicrico this post seems very old, but I just run into this issue and want to know if you had figured this out?
If I have a SVG that uses
style="mix-blend-mode: multiply;"
that style attribute is ignored and the path is rendered without blend mode.Should be this
But will be this (without the background)