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 requirement is not defined

发布: 2009-05-08 20:30
sie 0.46 (1 files 隐藏)

发布版本通知

2009年5月8日、IE8に対応した「SIE0.46」をリリースしました。

SIE0.46の要件

以下のいずれかのブラウザ
1. Firefox 2.0以上
2. Opera 9.0以上
3. Internet Explorer 6以上
4. Safari 3.0以上
5. Google Chrome 1.0以上

变更日志

2009-5-8 ver. 0.45からの変更点
1,チケット #14283「tspan要素の位置がおかしい」修正
2,gradientTransform属性に対応
3,STTextの最適化
4,変数tbthの削除をして、NAIBU.XLinkの整理をした
5,STUseElementのpaintとxlinkメンバの解放
6,rect要素限定で、filter方式のradialGradientを適用
7,NAIBU.PaintColorのgradientメソッドの整理
8,STGroupElementのchildrenメンバの解放
9,IE8のバグ対策として、セレクタ処理を切り分けた
10,IE8のため、CSS設定の際にはpxという単位を付けるようにした
11,スタイルシートのプロパティleftとtopのデフォルト値がIE8ではautoなので、それの対策
12,STViewSpecオブジェクトのsetメソッドにおいて、変数ttpsの値がなかったのを修正
13,IE8のため、setAttributeを使って、属性書き換えをした部分を、プロパティ書き換えに変更