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, getElementsByTagNameNSメソッドの軽量化
2, SVGRadialGradientElementの軽量化
3, SVGMetadataElementインターフェースは削除して軽量化
4, SVGRadialGradientElementインターフェースのMath.roundを削除して修正
5, SVGPathElementのDOMNodeInsertイベント発生時の振る舞いを高速化
6, _tarプロパティを持つすべてのインターフェースで、処理を高速化
7, テキスト処理の高速化
8, innerTextプロパティの使用をやめることでるテキスト処理の高速化
9, SVGForeignElementの実装
10, foreignObject要素のHTML対応
11, foreginObject要素のx, y, width, height属性をサポート
12, SVGURIRefreneceにおいて、変数tarを開放する位置が間違えていたので修正
13, text要素とtspan要素で空白ノードが入った場合の不具合を修正
14, SVGTextPositioningElementインターフェースの不具合を修正 (beta fixed)
15, script要素で正確に作動しなかった問題を修正 (beta fixed)