Download List

Projeto Descrição

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

Liberado: 2012-06-03 23:14
sie 0.99 (1 files Esconder)

Release Notes

SIE0.99 has been released. It supports a marker element in SVG.

2012年6月3日、SVGのmarker要素をサポートしたSIE0.99を公開しました。

Changelog

2012-6-3 version 0.99 (Commit: 772e35f6636e4d13bfc1c1d77135122ea62d5f5a)

1, Lightend a multiply method
2, Fixed a insertBefore method's bug
3, Fixed a setAttributeNS method's bug
7, New a marker elment
8, Supported a marker-start and marker-end property
9, Fixed a stylesheet bug about a marker element (beta fixed)

2012-6-3 version 0.99 (Commit: 772e35f6636e4d13bfc1c1d77135122ea62d5f5a)

1, multiplyメソッドの変数の整理
2, insertBeforeメソッドで、挿入される要素の親がfirstChildプロパティとlastChildプロパティを変更しなかったバグの修正
3, insertBeforeメソッドの軽量化
4, cssのプロパティ名の順番を入れ替えて、軽量化
5, hasAttributeメソッドに対して、多くの属性に対応できるよう修正
6, setAttributeNSメソッドを修正して、id属性の値が別の要素でまたがって重なるような場合を対処
7, marker要素の実装
8, marker-startプロパティとmarker-endプロパティの実装
9, marker要素のスタイルシートのバグを修正 (beta fixed)