IE11 not working
Thank you for reporting the first issue! Seems like a major bug for IE 11.
I have already started work on it by using polyfills for certain ES6 features as well as replacing some of the native drawing methods with SVG.js's methods for better cross-browser support.
Hopefully, the major rendering issues for IE will be fixed in the next release
Fixed the compatibility issues with IE11 after days of painful debugging in VirtualBox ;)
Used polyfills for most ES6 features. Svg.js already good support for IE11, so no major hurdles in drawing elements.
The latest release 1.4.0 fixes this
Most helpful comment
Thank you for reporting the first issue! Seems like a major bug for IE 11.
I have already started work on it by using polyfills for certain ES6 features as well as replacing some of the native drawing methods with SVG.js's methods for better cross-browser support.
Hopefully, the major rendering issues for IE will be fixed in the next release