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.
バグを修正した「SIE0.83」を公開しました。2011年8月22日付。
version 0.82からの変更点
1, iframe要素で代用ができるので、画像のクリップ処理を関数_caから削除した
2, バッファ処理で単語のミスがあったので修正
3, 関数_caの変数を整理
4, CSSPrimitiveValueインターフェースのsetFloatvalueメソッドを実装して、それを使用しながら軽量化
5, getAttributeメソッドにミスがあったので修正
6, 全体画像の位置を微調整 (beta fixed)