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-20 20:36
sie 0.72 (1 files Hide)

Release Notes

2011年3月20日、「SIE0.72」を公開しました。主な修正点はバグの修正と、Specの修正です。

Changelog

1, SVGElementのプロパティを整理
2, SVGxxxListにすべて、Array型を継承させた
3, 軽量化のために、_listプロパティの削除と、SVGPathElementとNAIBU._setPaintのグローバルオブジェクトをローカルに変えておいた
4, _ca関数の整理
5, SVGLengthに_fontSizeプロパティを追加
6, CSSPrimitiveValueのgetFloatValueについて修正
7, SVGLengthのnewValueInSpecifiedメソッドに関して、パーセントとemの単位の処理を修正
8, チケット #24492「単位の解釈が異常」を修正
9, SVGLengthのconvertToSpecifiedUnitsメソッドを修正
10, バッファリング処理において、shiftの使用をやめて、カウントをするように変更
11, SVGSVGElementコンストラクタ関数にミスがあったので修正
12, 各々の要素オブジェクトで、DOMNodeInsertedイベントが発火されたときの処理にバグがあったので、それを修正
13, Specにおいて、SVGLengthの境界条件テストについて修正
14, Specにおいて、convertToSpecifiedUnitsメソッドの同値分割テストに、新たなテストを追加
15, setRotateメソッドの同値分割テストに関する修正