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.
2010年12月2日、「SIE0.64」が公開されました。主な修正点は、処理の高速化です。
ver. 0.63からの変更点
1, animate要素が期限前に終了してしまうバグを修正
2, screen.updateIntervalで処理を高速化
3, NAIBU._setPaintの修正
4, getOverrideStyleメソッドの修正
5, eventに関して、dettachEventを使いながら、メモリリーク対策をとった
6, calcMode属性のdiscreteに対応
7, gzipで圧縮したJSファイルを同梱