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月12日、SIEバージョン0.22をリリースしました。
今回は主に、文字の表示にかかわる修正です。
0.21からの変更点
1,g要素内で、text要素以外のテキスト内容が表示されてしまうバグを修正
2,フォントの大きさの計算方法を、stroke-widthと同じにした
3,不要なminx、minyという変数を削除
4,文字のデフォルトがIE(中サイズ)では12ptだったのを、12pxに統一(バグ#12471)
5,stroke-dasharray属性のバグを一部修正
6,Ajax部分において、X-Requested-Withヘッダを出力させた