The 'SIE' is an opensource SVG Animation rendering engine written in JavaScript for Edge and IE 11. It's lightweight, about 11kb (gzipped). SVG is a web standard language for drawing a vector graphics used in Inkscape, Illustlator and so on.
The SIE project is a community developing the SIE.
1, SVGSVGElementのコメント内で、初期値に関する誤りがあったので修正
2, _inseted__メソッドを導入することで軽量化
3, チケット #29279 「入れ子になったsvg要素が表示されない」を修正
4, getCTMメソッドとgetScreenCTMメソッドの変数の整理
5, polyline, polygon要素で、グローバル変数になっていたのをローカル変数に修正
6, 非同期処理のために、toolとして、funcprotoを追加