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 2009-05-30 20:28
sie 0.48 (1 files Hide)

Release Notes

2009年5月30日、「SIE0.48」をリリースしました。主な修正点は、コードの整理などです。

SIE0.48の要件

以下のいずれかのブラウザ
1. Firefox 2.0以上
2. Opera 9.0以上
3. Internet Explorer 6以上
4. Safari 3.0以上
5. Google Chrome 1.0以上

Changelog

2009-5-29 version 0.48 ver. 0.46からの変更点

1,addRuleメソッドの代わりに、cssTextプロパティに切り替えた
2,STdocumentを配列から通常のオブジェクトに
3,関数getURLと変数STdocumentの整理
4,画像読み込みが終わるたびに、NAIBU.PaintColorのキャッシュを初期化するようにした
5,関数caにおける変数dnの削除
6,STObject.nextの呼び出しのタイミングを変えた
7,NAIBU.PaintColorオブジェクトのrootElementプロパティを削除
8,childrenメンバにおける解放について、deleteからnullに方法変更
9,unsvgtovmlの整理
10,STPolygonとSTPolylineオブジェクト、STRectオブジェクトの整理
12,チケット#15015「文字が縦にずれている」を修正