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.
SIEのバージョン0.12です。0.11に比べて、VMLが表示されないといった、重要なバグが修正されています。
2008年3月19日
バージョン0.11からの変更点
1,付属のサンプルを4wd.svgからzeimusu_sakura_.svgに変更
2,VMLがstandard-compliantモードで表示されなくなるバグを表示できるように修正 (#12065)
3,弧の扇形をうまく表示できるようにバグを修正 (#12066)
4,sinなどの計算の効率化