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!