Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2013-10-19 20:26
sie 13 (1 files Verstecken)

Versionsanmerkungen

SIE 13 has been released, 19th Oct. Added a library named 'funcproto' to Ajax. See the 'tool/funcproto' folder.

SIE 13を公開しました。2013年10月19日付。今回は非同期処理ができるライブラリの追加と、svg要素の入れ子機能を追加しました。

Änderungsprotokoll

1, SVGSVGElementのコメント内で、初期値に関する誤りがあったので修正
2, _inseted__メソッドを導入することで軽量化
3, チケット #29279 「入れ子になったsvg要素が表示されない」を修正
4, getCTMメソッドとgetScreenCTMメソッドの変数の整理
5, polyline, polygon要素で、グローバル変数になっていたのをローカル変数に修正
6, 非同期処理のために、toolとして、funcprotoを追加