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.
2008年6月10日、SIE0.25をリリースしました。
今回のリリースは、前のバージョンに比べて軽量化されています。
0.24からの変更点
1,コードを整理して最適化(パッチ#12656)
2,line 要素や rect 要素で、デォルト値をゼロに設定(パッチ#12656)
3,rect 要素の処理で、係数を 0.5228 → 0.55228 に修正(パッチ#12656)
4,path要素のd属性が空のとき例外処理をさせないようにした
5,0.24でバグ#12386に対して修正された部分を元に戻した
備考
1では、そのほかに、不要な変数やdelete演算子を使った部分を削除しています。