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-9-9 version 4 (Commit: ac92ab83b54e275f0ee73e3795990e1df85a40c2)
1, Added a Spec for a 'replaceChild' method
2, Added a 'Object._create' function
3, Fixed a getTotalLength and a getPathSegAtLength method
4, Fixed a performance regression about the Core::Notation, the Core::Entity, the Core::Attr and the Core::Text
6, Fixed a bug (#19263)
7, Fixed a bug (#23772)
2012-9-9 version 4 (Commit: ac92ab83b54e275f0ee73e3795990e1df85a40c2)
1, replaceChildメソッドなど複数のSpecを追加
2, Object._create関数を導入して、SIEを高速化
3, getTotalLengthメソッドとgetPathSegAtLengthメソッドで、ベジェ曲線の不正確な計算があったので削除
4, Core::NotationとCore::Entityのプロパティを整理して軽量化
5, Core::AttrとCore::Textのプロパティを整理して高速化
6, チケット #19263 「画像の枠からはみ出す図形があるときに文字がずれる」を修正 (beta fixed)
7, チケット #23772 「paths-data-02-tの文字がずれるを修正」を修正 (beta fixed)