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, Rename sie.js to sie-uncompressed.js, sie-mini.js to sie.js
2, build.php in the 'org' directory
3, Fix a insertBefore method
4, Fix a removeChild method
5, Faster a createAttributeNS method
6, Edit Spec for DOM level 2 Core module
2012-8-17 version 3 (Commit: 78809c21945bdf610f7c056edfc653288fd3e904)
1, 本体のソースコードsie.jsはsie-uncompressed.jsとして、orgディレクトリに格納して、圧縮バージョンsie-mini.jsをsie.jsとして新たに作成
2, build.phpをorgディレクトリに格納
3, insertBeforeメソッドの修正
4, removeChildメソッドの修正
5, createAttributeNSメソッドの高速化
6, DOM level 2 Coreモジュールに対するSpecの編集