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

发布: 2011-11-09 20:39
sie 0.88 (1 files 隐藏)

发布版本通知

The SIE0.88 has been released. The code about 'getComputedStyle' method is fixed, and a problem occurred on IE6 is solved.

SIE0.88を公開しました。getComputedStyleメソッドの修正が主な変更です。

变更日志

1, a要素について、HTMLファイルへのリンクは、location.hrefを使わないように処理
2, バグ#26606「a要素の色が変化しない」を修正
3, getComputedStyleメソッドを配列結合方式から、クロージャを活用したリスト方式に変更した
4, getPropertyCSSValueメソッドから_defプロパティに関する記述を不要になったので削除
5, _currentStyleプロパティを削除する処理を不要になったので除去
6, setPropertyメソッドからcolorに関する記述を削除
7, setColorメソッドの引数がnullであった場合も対応できるように修正
8, SVGAnimateColorElementインターフェースのinheritを修正
9, SVGAnimateColorElementインターフェースのbeginEventについて、処理がワンテンポ遅れていた問題を解消
10, CSSStyleDeclarationの_setCSSTextメソッドが不要になったので削除
11, IE6でtext, tspan要素のエラーを修正 (beta fixed)