ダウンロードリスト

プロジェクト概要

「SIE」プロジェクトは、SVG をEdgeやIE 11でアニメーションさせるなど、ブラウザ上で表示するための軽量なJavaScriptライブラリを作成するプロジェクトです。オープンソースで開発されています。

システム要件

システム要件が設定されていません

リリース時刻: 2012-03-02 23:20
sie 0.95 (1 個のファイル 非表示)

リリースノート

SIE0.95 has been released, and supports a 'letter-spacing' property (attribute). Thanks.

letter-spacingプロパティを実装したSIE0.95を公開しました。2012年3月2日付。

変更履歴

2012-3-2 version 0.95 (Commit:96916a32c3860f6191b6b78dfa9575d5436212e8)

1, SVGTextContentElement interface is lightened
2, A comment of the SVGTextPositioningElement interface is added
3, The ticket #27490 'not supporting letter-spacing property' is fixed
4, SVGTextPositioningElement interface is lightened
5, A removeChild method is supported

2012-3-2 version 0.95 (Commit:96916a32c3860f6191b6b78dfa9575d5436212e8)

1, SVGTextContentElementの軽量化
2, SVGTextPositioningElementにコメントを追加
3, チケット #27490 「letter-spacingプロパティの未実装」を修正
4, SVGTextPositioningElementのdeterminantを変数に格納して軽量化
5, removeChildメソッドを使ったときに、絵の表示を消して反映するように改良