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-01-27 20:04
sie 0.68 (1 files Hide)

Release Notes

2011年1月27日、「SIE0.68」をリリースしました。今回の主な修正点は、バグの修正です。

Changelog

version 0.67からの変更点

1, createSVGLengthメソッドにおいて、unitTypeプロパティ設定に仕様と矛盾するミスがあったので、修正
2, SVGLengthのプロパティを整理して軽量化
3, SVGLengthのnewValueSpecifiedUnitsメソッドを修正
4, NAIBU._setPaint関数における変数の解放
5, 1, NAIBU.Time関数において、updateIntervalの処理のバグに対して、修正をした
6, SVGURIReferenceの外部XML処理に追加
7, SVGURIReferenceにおけるAjaxを非同期通信から同期通信に変更
8, チケット #24013「font-face-uri要素を使った際、SVG Fontが表示されない」が修正
9, SVGLengthに関する例外処理のバグの修正
10, SVGMatrixに関する引数に対して、演算可能かどうかをチェックする処理を修正
11, SVGPathElementの処理に関して、配列の組み合わせを見直した
12, DOMAttrModifiedイベントの発火処理を改良して、initMutationEventメソッドの使われる回数を減らして、軽量化
13, アニメーションに関して、keyTimes属性のバグなどを修正(beta bug fixed)