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-7-14 version 2 (Commit: c7b93da02bb1a981bca3d917465794f8edf0bb04)
1, Deleted the global variable STLog
2, Improved a createEvent method
3, Deleted some magic numbers
4, Improved a importNode method
2012-7-14 version 2 (Commit: c7b93da02bb1a981bca3d917465794f8edf0bb04)
1, 不要なSTLogクラスを削除
2, createEventメソッドの変数の解放処理を追加
3, createDocumentメソッドの例外処理におけるalertを除去
4, マジックナンバーは軽量化のために、コメントと数字を活用
5, 起動関数において、embed要素よりobject要素とimg要素の読み込みを優先させた
6, importNodeメソッドの条件分岐を整理して軽量化