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年8月29日、SIE0.30をリリースしました。
前のバージョンに比べて、画像表示の高速化を目指しています。
0.29からの変更点
1, データ読み込みの最適化
2, Matrixオブジェクトに行列式を求めるdeterminantメソッド追加(パッチ #13385)
3, g 要素の fill-opacity が無視されるバグを修正(バグ #13384)
4, <script>タグの除去をやめる
5, コード変換部分における正規表現の修正(パッチ #13394)