Download List

Project Description

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.

System Requirements

System requirement is not defined

Released at 2011-02-07 19:54
sie 0.69 (1 files Hide)

Release Notes

SIE0.69 is released at Feb. 7, 2011. Several bugs is fiexd. Now download the zip archive package named 'sie-069.zip'. Thank you.

2011年2月7日、SIE0.69をリリースしました。今回の主な変更点は、バグの修正と最適化です。

Changelog

version 0.68からの変更点

1, inverseメソッドのマイナス符号の付け忘れを修正
2, アニメーションの描画速度の調整にバグがあったので修正
3, animateColor要素でアニメ終了時にプログラムが止まるバグに関する修正について見直し
4, animate要素とanimateColor要素に関して、keyTimes属性を指定されていないときのバグ等を修正
5, dispatchEventメソッドの最適化
6, SVGMatrixのrotateFromVectorメソッドがラジアンを間違えていたため修正
7, SVGPathElementの軽量化
8, dispatchEventメソッドにバッファリング処理を施して、軽量化