Download List

项目描述

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 requirement is not defined

发布: 2011-12-30 22:47
sie 0.91 (1 files 隐藏)

发布版本通知

SIE0.91 has been released.

バグの修正や軽量化した0.91を公開しました。

变更日志

1, the 'matrixTransform' method is fixed.
2, the SVGRadialGradientElement interface is fixed.
3, a bug of the NAIBU._noie_createFont function is fixed.
4, the stroke-width bug of SVG Font is fixed.

version 0.90からの変更点

1, SVGPointのmatrixTransformメソッドの修正に伴う改良
2, SVGRadialGradientElementインターフェースのvar文の整理
3, SVGElementを改良して、SVGAnimateLengthが指定されている属性の軽量化
4, SVGElementインターフェースの_NaNRegプロパティは不要になったので削除
5, NAIBU._noie_createFont関数のvar文の変数指定の仕方が間違っていたので修正
6, チケット #24220 「SVGフォントの線の幅が指定された通りにならない」を修正
7, SVGPathElementをpaserIntの代わりに、Math.roundを使って軽量化
8, createEventメソッドを、ハッシュを使って軽量化
9, SVGTextPositioningElementの属性に関する修正 (beta fixed)