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-11-29 19:46
sie SIE 18 (1 files Esconder)

Release Notes

SIE 18 has been released. The 'base.js', an object-oriented JavaScript library is bundled in the directory 'tool/funcproto'. thanks

SIE 18 が正式に公開されました。軽量化などをしています

Changelog

  1. base.jsのupメソッドに対して引数省略の機能を追加
  2. upメソッドの軽量化
  3. BaseJSSpec.jsに関する不具合を修正
  4. createEventメソッドの軽量化
  5. SVG関連のインターフェースをほぼbase関数で表現
  6. radialGradientElementで表示できなくなる問題を修正
  7. $StringListなどのinsertItemBeforeメソッドの不具合を修正 (beta fixed)
  8. SVGAniamationElementのメソッドをbase関数で表現 (beta fixed)