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 2012-08-17 22:56
sie 3 (1 files Hide)

Release Notes

SIE 3 has been released. It's stable. Some bugs is fixed.

正式版のSIE 3を公開しました。いくつかのバグを修正しています。ファイルの名前を統一しました。2012年8月17日付。

Changelog

1, Rename sie.js to sie-uncompressed.js, sie-mini.js to sie.js
2, build.php in the 'org' directory
3, Fix a insertBefore method
4, Fix a removeChild method
5, Faster a createAttributeNS method
6, Edit Spec for DOM level 2 Core module

2012-8-17 version 3 (Commit: 78809c21945bdf610f7c056edfc653288fd3e904)

1, 本体のソースコードsie.jsはsie-uncompressed.jsとして、orgディレクトリに格納して、圧縮バージョンsie-mini.jsをsie.jsとして新たに作成
2, build.phpをorgディレクトリに格納
3, insertBeforeメソッドの修正
4, removeChildメソッドの修正
5, createAttributeNSメソッドの高速化
6, DOM level 2 Coreモジュールに対するSpecの編集