Download List

项目描述

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 requirement is not defined

发布: 2012-07-14 22:38
sie 2 (1 files 隐藏)

发布版本通知

SIE 2 has been released on 14th, July.

軽量化されたSIE 2を公開しました。2012年7月14日付。

变更日志

2012-7-14 version 2 (Commit: c7b93da02bb1a981bca3d917465794f8edf0bb04)

1, Deleted the global variable STLog
2, Improved a createEvent method
3, Deleted some magic numbers
4, Improved a importNode method

2012-7-14 version 2 (Commit: c7b93da02bb1a981bca3d917465794f8edf0bb04)

1, 不要なSTLogクラスを削除
2, createEventメソッドの変数の解放処理を追加
3, createDocumentメソッドの例外処理におけるalertを除去
4, マジックナンバーは軽量化のために、コメントと数字を活用
5, 起動関数において、embed要素よりobject要素とimg要素の読み込みを優先させた
6, importNodeメソッドの条件分岐を整理して軽量化