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.
version 0.68からの変更点
1, inverseメソッドのマイナス符号の付け忘れを修正
2, アニメーションの描画速度の調整にバグがあったので修正
3, animateColor要素でアニメ終了時にプログラムが止まるバグに関する修正について見直し
4, animate要素とanimateColor要素に関して、keyTimes属性を指定されていないときのバグ等を修正
5, dispatchEventメソッドの最適化
6, SVGMatrixのrotateFromVectorメソッドがラジアンを間違えていたため修正
7, SVGPathElementの軽量化
8, dispatchEventメソッドにバッファリング処理を施して、軽量化