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, チケット #30187 「coords-dom-01-fのバグ」を修正
2, チケット #29987 「color-prop-01-bでのstop-colorの不具合」を修正
3, classNameプロパティのbaseValプロパティに入れておく
4, script要素の内容に、文字列ノードが入ってたときに起きる不具合を修正
5, consolidateメソッドを使うと、SVGTransformの初期化をしてしまうバグを修正
6, consolidateメソッドの修正に伴い、animate要素の処理も修正
7, currentColorを値に設定した場合における、CSSStyleDeclarationのsetPropertyメソッドを修正
8, SVGMarkerElementを擬似的にSVGGElementとして扱うことで、VMLの要素挿入に関する不具合を回避
9, SVGMarkerElementのstroke-widthを算出する方法が間違っていたので修正
10, SVGMarkerElementのlf内部関数に関する不具合を修正