-
Notifications
You must be signed in to change notification settings - Fork 758
Closed
Description
Preface: I've read the other issues describing that SVG's are not supported in Node but they are in the browser, such as here.
However, it did work as of version 2.3.0-beta. It seems since then, the update adding SVG support for browsers explicitly prohibited it from working in Node now, regardless if it was meant to. Is it possible to relax this so we can have the potential of using SVG's again instead of being explicitly denied with the error SVG is not supported in Node
?
This is a fantastic package and we get a lot of use out of it, but this is causing us a huge headache right now and we're stuck having to use an old version just to maintain SVG support...
Thank you.
RicardoNiepel