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

發布 2012-12-25 22:36
sie 7 (1 files 隱藏)

發布版本通知

SIE 7 has beel released. 25th, Dec. Thanks.

軽量化された正式版のSIE 7を公開。2012年12月25日付。

更動紀錄

1, Add a semicolon
2, Delete a statment 'return this'
3, Fix the apply method in a MouseEvent interface
4, Delete arguments
5, Add a function Document._destroy
6, Promote a setRGBColor method and a _keywords property
7, Promote a getComputedStyle method
8, Fix a bug #30345 (beta fixed)

1, セミコロンの付け忘れを修正
2, 不要なreturn thisの文を削除
3, MouseEventのcallメソッド呼び出しは、apply呼び出しが正しかったので修正
4, 不要なargumentsを削除
5, Document._destroy関数を追加
6, setRGBColorメソッドと_keywordsプロパティの軽量化
7, getComputedStyleメソッドの改良
8, チケット #30345 「リンクに#がついたときにSVG画像をダウンロードする」を修正 (beta fixed)