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.
2012-10-23 version 5 (Commit: 347191024ff2779abc811b1cb27a6630fc2f4cfd)
1, Lightened a core module
2, Fixed a bug about a insertBefore method
3, Edit the Spec for SIE
5, Fixed a bug about a getElementById method
6, Fixed a bug #29885 (beta fixed)
7, Fixed #29831 (beta fixed)
2012-10-23 version 5 (Commit: 347191024ff2779abc811b1cb27a6630fc2f4cfd)
1, 即時関数を使って、Coreモジュールを軽量化
2, insertBeforeメソッドの循環参照の問題を解決
3, SVGSVGElementのメソッドの記述量を減らした
4, Documentに関して、Specの編集
5, getElementByIdメソッドの修正
6, チケット #29885 「onevent属性でコード内の特定の変数がundefinedとなる」を修正 (beta fixed)
7, チケット #29831 「animate-dom-02-f.svgでElementTimeControlのメソッドの返り値がおかしい」を修正 (beta fixed)