Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert

Veröffentlicht: 2011-06-26 20:02
sie 0.80 (1 files Verstecken)

Versionsanmerkungen

モーションアニメに対応した「SIE0.80」を、2011年6月26日に公開しました。

Änderungsprotokoll

version 0.79からの変更点

1, SVGElementの整理
2, グローバルオブジェクトのdocumentをローカルにしておいて軽量化
3, GetSVGDocumentの変数documentを整理して軽量化
4, SVGAnimteColorElementにおけるvar文の整理
5, SVGAnimateMotionElementにおいて、現在の時間配分に関する問題について修正
6, SVGAnimateMotionElementの距離に関する修正
7, SVGAnimateMotionElementのbeginEventの際、transformのanimValが不正なのを修正
8, IEで作動しないので、deleteの式を,(コンマ)で区切るのをやめて、別々に分けておいた
9, SVGAnimateMotionElementのpath属性に関するエラーを修正
10, SVGAnimateMotionElementでtransform属性がきかなくなる問題を一部修正
11, SVGAnimateMotionElementの変数stの位置がおかしかったので修正
12, animateMotion要素のvalues属性を実装
13, animateMotion要素のfill属性を実装