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年5月30日、SIE0.24をリリースしました。
今回のリリースで、path要素関連のバグをほぼ修正しました。
既知のバグ
1,バグ#12386において、リンク先の SVG画像が下に表示されてしまいます。
0.23からの変更点
1,path要素の T,tコマンドを表示させるようにした(バグ#12548)
2,path要素の Q,qコマンドの表示の異常を修正(バグ#12579)
3,path要素の mコマンドに対応
4,リンク先の SVG画像を下に表示させた(バグ#12386)
5,使われていない変数を削除するなどして、軽量化を図った