SVG to PNG in javascript with filter support

662 views Asked by At

I've been using this method to convert SVGs to PNGs using canvg:

Convert SVG to image (JPEG, PNG, etc.) in the browser.

However, canvg does not have support for feColorMatrix filters, which I need for my project. Does anyone know of an alternative conversion method, or a fix for this issue? Thanks!

0

There are 0 answers