domenic / svg2png

Converts SVGs to PNGs, using PhantomJS
Other
585 stars 134 forks source link

SVG with mix-blend-mode not working as expected #106

Open dominicrico opened 6 years ago

dominicrico commented 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.

Should be this

bildschirmfoto 2017-11-27 um 12 43 20

But will be this (without the background) bildschirmfoto 2017-11-27 um 12 43 35

sameer-kumar-jain commented 5 years ago

@dominicrico this post seems very old, but I just run into this issue and want to know if you had figured this out?