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: 2013-05-29 21:53
sie 10 (1 files Ocultar)

Release Notes

SIE 10 has been released on 29th, May. SVG images can be displayed on your old browser. Thanks

レガシーブラウザでSVGを表示する SIE 10 を公開しました。2013年5月29日付。

Changelog

1, getElementsByTagNameNSメソッドの軽量化
2, SVGRadialGradientElementの軽量化
3, SVGMetadataElementインターフェースは削除して軽量化
4, SVGRadialGradientElementインターフェースのMath.roundを削除して修正
5, SVGPathElementのDOMNodeInsertイベント発生時の振る舞いを高速化
6, _tarプロパティを持つすべてのインターフェースで、処理を高速化
7, テキスト処理の高速化
8, innerTextプロパティの使用をやめることでるテキスト処理の高速化
9, SVGForeignElementの実装
10, foreignObject要素のHTML対応
11, foreginObject要素のx, y, width, height属性をサポート
12, SVGURIRefreneceにおいて、変数tarを開放する位置が間違えていたので修正
13, text要素とtspan要素で空白ノードが入った場合の不具合を修正
14, SVGTextPositioningElementインターフェースの不具合を修正 (beta fixed)
15, script要素で正確に作動しなかった問題を修正 (beta fixed)