Download List

Descripción del Proyecto

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

Publicado: 2011-05-22 18:03
sie 0.77 (1 files Ocultar)

Release Notes

SIE0.77 has been released on 22, May. It supports a 'style' element and CSS.

2011年5月22日、「SIE0.77」を公開しました。今回の主な編集点はCSSとstyle要素のサポートです。

Changelog

version 0.76からの変更点
1, createCSSStyleSheetメソッドを修正して、引数のmediaがundefinedのときも対応
2, SVGDocumentに対して、DocumentStyleを継承させた
3, SVGStyleElementにLinkStyleを継承させた
4, CSSStyleRuleの修正
5, CSSパーサを使ってSVGStyleElementのStyleSheetオブジェクトを実装
6, SVGPathElementにおいて、配列の挿入を、lengthプロパティ方式からpush関数方式に切り替えて軽量化
7, addEventListenerメソッドの最適化
8, getComputedStyleメソッドに対して、スタイルシートのルール処理を追加した
9, チケット #23989「style要素とCSSセレクタのサポート」
10, スタイルシートの実装