Download List

Descripción del Proyecto

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

Publicado: 2012-04-23 20:10
sie 0.98 (1 files Ocultar)

Release Notes

SIE0.98 has been released. Some bug is fixed.

2012年4月23日、SIE0.98を公開しました。重要なバグを修正しています。

Changelog

2012-4-23 version 0.98 (Commit:9c541943b455e40330e53e1fec839f6a331288e2)

1, added a _domnodeEvent method for enlightening
2, edited Spec about a SVGTextElement interface
7, fixed some bug about removeChild method and insertBefore method
11, fixed a ticket #28121

2012-4-23 version 0.98 (Commit:9c541943b455e40330e53e1fec839f6a331288e2)

1, 軽量化のために、MutationEventsのイベント生成をまとめて処理できる_domnodeEventメソッドを追加
2, SVGCircleElementのvar文の整理
3, SVGEllipseElementのvar文の整理
4, SVGColorのsetRGBColorメソッドにおいて、String::sliceメソッドを使って軽量化
5, SVGColorの例外処理をプロパティにまとめておいて軽量化
6, SVGTextElementのスペック実装を開始
7, イベントモジュールで定義しなおしておいたremoveChildとinsertBeforeメソッドの不具合の修正
8, Specとsvgモジュールを編集して、text要素内にある未知の要素に対応させた
9, removeChildメソッドについて、firstChildプロパティとlastChildプロパティがnullにならないバグを修正
10, insertBeforeメソッドの動作を改良
11, チケット #28121「text要素がある条件化で表示されない」を修正