Download List

Descripción del Proyecto

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

Publicado: 2009-12-28 19:57
sie 0.56 (1 files Ocultar)

Release Notes

軽量化に成功した「SIE」の最新バージョン。
SVG Fontなどにかかわるバグを修正しました。

Changelog

2009-12-28 version 0.56
ver. 0.55からの変更点
1, タイムライン開始時の処理を一つの関数にまとめて、軽量化
2, 軽量化のために、getOffsetメソッドを導入した
eventSyncメソッドを使って軽量化をした
3, 複数のset要素に対応
4, 変数のAliasを作成
5, FontStyleのfsetメソッドに関数のAliasを作って高速化させた
6, チケット #19837「OperaでSVG Fontを使うと、見えなくなってしまう」を修正
7, 関数NAIBU.pathDataを削除した
8, set要素において、イベントアニメーションを何度も行えるように改良した
9, フレームごとに実行する関数に関して、beginが呼び出されたときのみ実行されるようにした