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: 2012-12-03 20:38
sie 6 (1 files Ocultar)

Release Notes

SIE 6 has been released. Some bugs is fixed. Thanks.

バグを修正したSIE 6を正式に公開しました。2012年12月3日付。

Changelog

2012-12-3 version 6 (Commit: ae3e2716a593c44805a41a9f46e2fedeafee1c58)

1, Edit the getElementsByTagNameNS method's Spec
2, Support a core::getElementsByTagName method
3, Fix a getElementsByTagNameNS method's error
4, Fix ticket #29787 'Arcto command bug on paths-data-20-f.svg'
5, Edit a css::CSSRule
6, Fix ticket #29786 'a error of path element on paths-data-18-f.svg'
7, Fix function NAIBU._main (beta fixed)
8, Fix semicolon (beta fixed)
9. Fix ticket #30213 'a hyperlink's error' (beta fixed)

2012-12-3 version 6 (Commit: ae3e2716a593c44805a41a9f46e2fedeafee1c58)

1, getElementsByTagNameNSメソッドのSpecを編集
2, coreモジュールのgetElementsByTagNameメソッドを実装
3, getElementsByTagNameNSメソッドがドキュメント要素を探索に入れていないバグを修正
4, チケット #29787「paths-data-20-f.svgでArctoコマンドに不具合」修正
5, cssモジュールのCSSRule系インターフェースの軽量化
6, チケット #29786「paths-data-18-f.svgでpath要素の描画に問題」を修正
7, 不要なNAIBU._main関数の括弧を外した (beta fixed)
8, セミコロンの付け忘れを修正 (beta fixed)
9. チケット #30213「ハイパーリンクのリンク先のベースが実際と異なる」修正 (beta fixed)
10, 安全のために大きすぎるSVGフォントは作動させないようにした (beta fixed)