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, Add a semicolon
2, Delete a statment 'return this'
3, Fix the apply method in a MouseEvent interface
4, Delete arguments
5, Add a function Document._destroy
6, Promote a setRGBColor method and a _keywords property
7, Promote a getComputedStyle method
8, Fix a bug #30345 (beta fixed)
1, セミコロンの付け忘れを修正
2, 不要なreturn thisの文を削除
3, MouseEventのcallメソッド呼び出しは、apply呼び出しが正しかったので修正
4, 不要なargumentsを削除
5, Document._destroy関数を追加
6, setRGBColorメソッドと_keywordsプロパティの軽量化
7, getComputedStyleメソッドの改良
8, チケット #30345 「リンクに#がついたときにSVG画像をダウンロードする」を修正 (beta fixed)