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.
version 0.76からの変更点
1, createCSSStyleSheetメソッドを修正して、引数のmediaがundefinedのときも対応
2, SVGDocumentに対して、DocumentStyleを継承させた
3, SVGStyleElementにLinkStyleを継承させた
4, CSSStyleRuleの修正
5, CSSパーサを使ってSVGStyleElementのStyleSheetオブジェクトを実装
6, SVGPathElementにおいて、配列の挿入を、lengthプロパティ方式からpush関数方式に切り替えて軽量化
7, addEventListenerメソッドの最適化
8, getComputedStyleメソッドに対して、スタイルシートのルール処理を追加した
9, チケット #23989「style要素とCSSセレクタのサポート」
10, スタイルシートの実装