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.
2009年2月17日に、SIEの新しいバージョンである「SIE0.42」(rev.981)を公開しました。
前回と比べて、text関連を中心にバグを修正しています。
2009-2-17 ver. 0.41からの変更点
1,バグ#14283の修正
2,text-anchorの処理を修正
3,カーニング調整を修正
4,STArcのnew Array()を[]に簡略化
5,a要素のずらし修正に関して、記述量を減らした
6,NAIBU.transformToCTMの最適化
7,text要素のスタイルがtspan要素に引き継がれないバグを修正
8,コード2831が発生する不具合を修正