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.
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)