Download List

Projeto Descrição

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

Liberado: 2014-07-10 20:57
sie 16beta (1 files Esconder)

Release Notes

SIE 16beta has been released on 10th Jul. It's unstable.Thanks.

7月10日に、SIE16betaを公開しました。ベータ版ですので、不安定になります。ご注意下さい。

Changelog

  1. オブジェクト指向の支援ライブラリとしてbase.jsを実装
  2. SIEのコードをbase.jsを使って書き換えて、軽量化
  3. replaceChildメソッドの型チェックをはずす
  4. cloneNodeメソッドの修正
  5. getElementByIdメソッドのidプロパティに関する修正
  6. EventTarget関数の削除
  7. replaceChildメソッドの修正
  8. createDocumentTypeメソッドの修正
  9. 不要なDocument._destroy関数の削除
  10. DOMImplementation関数の修正
  11. スペックとして、tool/SpecにBaseJSSpec
  12. createDocumentメソッドの修正と軽量化
  13. getElementsByTagNameNSメソッドの修正
  14. Object._create関数の修正