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 2011-03-03 20:10
sie 0.71 (1 files Hide)

Release Notes

The SIE0.71 is released on Mar. 3, 2011. Some bugs is fixed in this version.

2011年3月3日、「SIE0.71」の配布を開始しました。主な変更点はバグの修正です。

Changelog

  1. NAIBU._setPaint関数のparseFloatを記号に変えることで最適化
  2. getOverrideStyleメソッドの修正
  3. animate要素のby属性に関して、「animate-elem-13-t」のテストにパスできるよう、修正
  4. baseValのunitTypeをanimValのunitTypeに設定させるように変更
  5. チケット #24262「TestSuiteのanimate-elem-30-tで例外処理が発生」を修正
  6. チケット #23828「animate要素のfill属性を設定しても、動きが止まらない」を修正
  7. animate要素のcalcMode属性において、discreteモードで起きるバグを修正
  8. createSVGLengthメソッドの修正にあわせて、getComputedTextLengthメソッドを修正
  9. IE9で定数扱いとなったdocumentにおいて、ローカル変数の再定義をやめた (beta fixed)