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.
SIE0.89 has been released. Several bugs is fixed. thanks.
ACKNOWLEDGMENT:
We want to thank Christian Schaefer(https://twitter.com/#!/derSchepp) to report a bug.
バグを修正したSIE0.89を公開しました。2011年12月1日付。
1, SVGColorをSVG1.1 2ndに合わせて修正
2, _currentStyleの記述を不要なので削除
3, SVGTextElementのdiplayやvisibilityについて整理
4, SVGTextElementのdisplay処理を改良することで、軽量化
5, Attrについて、軽量化のため、Nodeをapplyで呼び出さないように改良
6, SVGTextElementについて、a要素に対応できるよう修正
7, IE6に関して注意を促すためのコメントを追加
8, opacityプロパティ(属性)に関して、祖先要素に適用できないバグを修正
9, setPropertyメソッドのfont-sizeに関する修正と、getComputedStyleメソッドの修正
10, getComputedStyleメソッドにおいて、font-sizeに%などの相対単位が使われていたときの対処
11, SVGElementインターフェースの軽量化
12, SpecのSVGColorもSVG1.1 2ndに合わせて修正
13, ActiveXが無効化されたときXMLHttpRequestで処理 するようにした (beta fixed)
14, 文字列の処理をsubstringメソッドからsliceやsplitメソッドに変更した (beta fixed)
15, パッケージからSubVersionのファイルを取り除いた (beta fixed)