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.
2011年7月12日、SIEの新しいバージョンである「SIE0.81」を公開しました。今回の主な編集点は、描画処理をiframe要素経由にしたことです。
version 0.80からの変更点
1, ifrmae要素を使って、描画をフレーム内で処理
2, GetSVGDocumentの修正
3, フレーム経由に変更したので、a要素のtarget属性に関する修正をした
4, SVGPathElementのprototypeプロパティを整理
5, SVGRectElementのvar文を整理
6, getFloatValueメソッドの処理を一部、高速化