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年9月27日付でリリースしました。前回のバージョンに比べて、バグの修正が施されています。
0.31からの変更点
1, スライスされた画像に対処(バグ #13388)
2, スタイルシートに関する最適化(パッチ #13517)
3, TransformListの最適化
4, リンクされた文章の下線をデフォルトでは消すようにした
5, PaintColorオブジェクトの最適化(パッチ #13468)
6, a要素内のテキストのずれを修正(バグ #13529)
7, 色のキーワード名を修正(パッチ #13537)
8, 属性やプロパティにおいて、値「inherit」に対応
9, cursorプロパティを実装