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 2014-10-21 22:09
sie SIE 17 (1 files Hide)

Release Notes

SIE 17 has been released. Thanks.

SIE 17をリリースしました。変更点は、base.jsの適用範囲を広げたことです

Changelog

  1. stylesheetモジュールとcssモジュールに、base.jsを適用
  2. onメソッドの例外処理を修正
  3. base.jsについて、変数を整理して軽量化
  4. unsvgtovml関数における変数の処理の修正
  5. ActiveXに関する例外処理の修正
  6. getPresentationAttributeメソッドの修正
  7. getOverrideStyleメソッドのインデントを修正
  8. css.jsの軽量化
  9. SVGElemenetの削除
  10. onメソッドに関して、var宣言の不具合を修正
  11. SVGTransformの軽量化
  12. setMatrixメソッドの高速化
  13. base.free関数の追加
  14. upメソッドの軽量化
  15. すべてのファイルの文字エンコーディングを、BOMなしのUTF-8に変更