Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined

Released at 2008-04-05 19:28
sie 0.13 (1 files Hide)

Release Notes

2008年4月5日 SIE version0.13の公開
解凍したディレクトリの中に、ファイルが5つあります。
1,sie013.js(本体)
2,Readme.html(解説のページ)
3,sieb.html(解説のページその2)
4,sie-minfied013.js(sie.jsをYUI compressorで縮小したもの)
5,zeimus_sakura_.svg(サンプルのSVG画像)
これらをサーバにアップロードしてお使いください

Changelog

バージョン0.12から変更点
1,path 要素の ArcTo に複数の相対座標を対応させた
2,style="stroke-width: 10;" のような形式の指定に対応(パッチ#12155)
3,stroke-opacity の指定が効かなかったのを修正(パッチ#12155)
4,opacity の端数切り上げの処理を除去(パッチ#12155)
5,font-size 属性に対応させた
6,transform 属性のバグを修正(パッチ#12207)
7,polygon、 polyline 要素の points 属性のパースを改良(パッチ#12207)
8,属性の付いていないg要素に対応した