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-03-30 20:39
sie 0.97 (1 files 隐藏)

发布版本通知

SIE0.97 has been released. It is able to display SVG files by a 'img' element. Thanks.

2012年3月30日、SIE0.97を公開しました。img要素でのSVG表示に対応しています。

变更日志

2012-3-30 version 0.97 (Commit:3b55f4dd271ad649177276aed733290b6aa1e25d)

1, function _ca is lightened
2, a stylesheet of the object element is attached
3, function NAIBU._main is lightened
4, to display SVG files by a'img' element
5, an animateMotion element's bug is fixed

2012-3-30 version 0.97 (Commit:3b55f4dd271ad649177276aed733290b6aa1e25d)

1, NAIBU.stop関数にコメントを追加
2, _ca関数の変数の整理
3, object要素のスタイルシートを適用させるように修正
4, NAIBU._main関数にコメントを追加
5, NAIBU._main関数の変数を整理
6, object要素だけではなくimg要素でSVGを文書に埋め込んだ場合も表示できるように修正
7, xxListのメソッドの継承処理を、すべてSVPathSegListのコードに集めて軽量化
8, SVGAnimateElementの_frmaeメソッドの条件分岐を属性名で切り替えるようにした
9, animateMotion要素で終了位置が正しくないのを修正