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.
2008年3月8日 SIE version0.11の公開
解凍したディレクトリの中に、ファイルが5つあります。
1,sie.js(本体)
2,Readme.html(解説のページ)
3,sieb.html(解説のページその2)
4,sie-min.js(sie.jsをYUI compressorで縮小したもの)
5,4wd.svg(サンプルのSVG画像)
これらをサーバにアップロードしてお使いください
version0.10からの主な変更
1,Siebに対応
2,Text2SVG機能の強化
3,stroke-dasharray属性のバグを修正
4,viewBox属性のバグを修正
5,不要な変数を削除
6,ソースにコメントをつけた