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-05-04 21:27
sie 0.76 (1 files Hide)

Release Notes

2011年5月4日、正式版である「SIE0.76」を公開しました。今回の主な修正点はバグの修正です。

Changelog

version 0.75からの変更点

1, createTextNodeメソッドの演算子を減らして、軽量化
2, importNodeメソッドにおいて、ループ内の属性ノード作成は展開しておいた
3, importNodeメソッドの条件分岐の順序を変更
4, SVGElementのif文を修正
5, CSSPrimitiveValue.prototypeの設定について整理
6, RGBColorインターフェースのプロパティに関して、デフォルト値を修正
7, SVGColorのsetRGBColorメソッドの整理
8, SVGColorのprototypeを整理
9, 付け忘れていたセミコロンを追加
10, cloneNodeメソッドにおいて、in演算子の代わりに、hasOwnPropertyメソッドを使用した
11, SVGColorのsetRGBColorメソッドにおいて、例外処理をサポート
12, SVGStyleElementの整理
13, チケット #25063「currentColorを使用したときに不具合」を修正 (beta fixed)
14, stop-colorでcurrentColorを対応 (beta fixed)