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 2013-01-29 21:22
sie 8 (1 files Hide)

Release Notes

SIE 8 has been released. Some bug of a script element are fixed.

SIE 8の正式版を公開しました。2013年1月29日付。scirpt要素関連のバグの修正と軽量化をしています。

Changelog

1, createDocumentメソッドのバグを修正
2, importNodeメソッドのSpecを追加
3, チケット #30362 「use要素で循環参照が発生する」を修正
4, setRGBColorメソッドの軽量化
5, SVGURIReferenceの変数の整理
6, スクリプト要素内のスクリプトをwith構文を使ってサンドボックス化
7, SVGLoadイベントの発生とscript要素の修正
8, NAIBU.eval関数をscript要素を活用しながらグローバル領域に対応
9, _ca関数の実体参照の部分や_ca_関数を軽量化
10, _ca関数のテキスト処理を改善して高速化
11, GetSVGDocument::initメソッドを軽量化
12, SVGElementInstanceインターフェースの記述を削除
13, SVGPathSeg関連のインターフェースの軽量化
14, NAIBU._setPaint関数の軽量化
15, NAIBU._main関数の軽量化
16, _ca関数のvisibility処理をやめて軽量化 (beta fixed)
17, SVGURIReferenceの非同期処理を修正 (beta fixed)
18, script要素内のdocumentに関するバグを修正 (beta fixed)